diff --git a/nodes/heimdall/snapotter/compose.yaml b/nodes/heimdall/snapotter/compose.yaml index 799c37b..3502e13 100644 --- a/nodes/heimdall/snapotter/compose.yaml +++ b/nodes/heimdall/snapotter/compose.yaml @@ -13,6 +13,7 @@ services: - DEFAULT_PASSWORD=${DEFAULT_PASSWORD} - MAX_USERS=${MAX_USERS} - SESSION_DURATION_HOURS=${SESSION_DURATION_HOURS} + - TRUST_PROXY=${TRUST_PROXY} restart: unless-stopped labels: - "traefik.enable=true"