Compare commits

..

2 Commits

Author SHA1 Message Date
c72489e69b Merge 0308a36de0 into dd237ec16e 2025-04-20 12:58:53 +02:00
0308a36de0 Update nginx.conf
removed listening on IPv6
2025-03-14 11:55:13 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ FROM alpine:3.18
COPY --from=builder /go/bin/envsubst /usr/bin/envsubst
ARG WALLABAG_VERSION=2.6.13
ARG WALLABAG_VERSION=2.6.12
RUN set -ex \
&& apk add --no-cache \

View File

@ -35,7 +35,7 @@ http {
}
server {
listen [::]:80 ipv6only=off;
listen 80;
server_name _;
root /var/www/wallabag/web;