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