We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf76c63 commit d236073Copy full SHA for d236073
1 file changed
Dockerfile
@@ -16,8 +16,7 @@ ENV WORKDIR=/app \
16
OVERMIND_CAN_DIE=crontab \
17
# Gotify settings
18
GOTIFY_SERVER_PORT=8080 \
19
- # Trust Caddy proxy (localhost) to correctly parse X-Forwarded-For
20
- GOTIFY_SERVER_TRUSTEDPROXIES='["127.0.0.1", "::1"]'
+ GOTIFY_SERVER_TRUSTEDPROXIES=127.0.0.1,::1
21
22
WORKDIR $WORKDIR
23
0 commit comments