We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7de767e commit 7c0ec4bCopy full SHA for 7c0ec4b
1 file changed
Dockerfile
@@ -16,7 +16,7 @@ ENV WORKDIR=/app \
16
OVERMIND_CAN_DIE=crontab \
17
# Gotify settings
18
GOTIFY_SERVER_PORT=8080 \
19
- GOTIFY_SERVER_TRUSTEDPROXIES='["127.0.0.1", "::1"]'
+ GOTIFY_SERVER_TRUSTEDPROXIES=127.0.0.0/8,::1/128
20
21
WORKDIR $WORKDIR
22
0 commit comments