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