Compare commits

..

1 Commits

Author SHA1 Message Date
bf30e552c2 Merge 424642d3b9 into 0e58189b97 2025-01-27 02:33:03 +00:00
2 changed files with 3 additions and 3 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.10
RUN set -ex \
&& apk add --no-cache \
@ -32,7 +32,6 @@ RUN set -ex \
php81-iconv \
php81-json \
php81-mbstring \
php81-opcache \
php81-openssl \
php81-pecl-amqp \
php81-pecl-imagick \

View File

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