Skip to content

Commit 3100e4e

Browse files
committed
fix: correct GOTIFY_SERVER_TRUSTEDPROXIES format to avoid panic
1 parent a360bbc commit 3100e4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ENV WORKDIR=/app \
1515
OVERMIND_PROCFILE=/Procfile \
1616
OVERMIND_CAN_DIE=crontab \
1717
GOTIFY_SERVER_PORT=8080 \
18-
GOTIFY_SERVER_TRUSTEDPROXIES="[\"127.0.0.1/8\"]"
18+
GOTIFY_SERVER_TRUSTEDPROXIES='["127.0.0.1"]'
1919

2020
WORKDIR $WORKDIR
2121

0 commit comments

Comments
 (0)