fix: add TRUST_PROXY environment variable to SnapOtter service configuration

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
nathan 2026-04-25 11:41:37 -04:00
parent 30c22c8f5a
commit 38a428033d

View File

@ -13,6 +13,7 @@ services:
- DEFAULT_PASSWORD=${DEFAULT_PASSWORD} - DEFAULT_PASSWORD=${DEFAULT_PASSWORD}
- MAX_USERS=${MAX_USERS} - MAX_USERS=${MAX_USERS}
- SESSION_DURATION_HOURS=${SESSION_DURATION_HOURS} - SESSION_DURATION_HOURS=${SESSION_DURATION_HOURS}
- TRUST_PROXY=${TRUST_PROXY}
restart: unless-stopped restart: unless-stopped
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"