mirror of
https://github.com/wallabag/docker.git
synced 2026-02-27 20:27:40 +01:00
Compare commits
2 Commits
2.6.13
...
c72489e69b
| Author | SHA1 | Date | |
|---|---|---|---|
| c72489e69b | |||
| 0308a36de0 |
@ -13,7 +13,7 @@ FROM alpine:3.18
|
|||||||
|
|
||||||
COPY --from=builder /go/bin/envsubst /usr/bin/envsubst
|
COPY --from=builder /go/bin/envsubst /usr/bin/envsubst
|
||||||
|
|
||||||
ARG WALLABAG_VERSION=2.6.13
|
ARG WALLABAG_VERSION=2.6.12
|
||||||
|
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& apk add --no-cache \
|
&& apk add --no-cache \
|
||||||
|
|||||||
@ -35,7 +35,7 @@ http {
|
|||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen [::]:80 ipv6only=off;
|
listen 80;
|
||||||
server_name _;
|
server_name _;
|
||||||
root /var/www/wallabag/web;
|
root /var/www/wallabag/web;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user