We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d236073 commit 2906468Copy full SHA for 2906468
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.1,::1]
20
21
WORKDIR $WORKDIR
22
0 commit comments