Skip to content

Commit 8d22578

Browse files
committed
fix: simplify TRUSTEDPROXIES format and add IPv6 loopback
1 parent 0943868 commit 8d22578

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ ENV WORKDIR=/app \
1515
OVERMIND_PROCFILE=/Procfile \
1616
OVERMIND_CAN_DIE=crontab \
1717
# Gotify settings
18-
GOTIFY_SERVER_PORT=8080
18+
GOTIFY_SERVER_PORT=8080 \
19+
GOTIFY_SERVER_TRUSTEDPROXIES=[127.0.0.1,::1]
1920

2021
WORKDIR $WORKDIR
2122

0 commit comments

Comments
 (0)