From 30c22c8f5a9b20e602caf0893a65009e8753c414 Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 25 Apr 2026 11:41:21 -0400 Subject: [PATCH] fix: remove commented environment variable descriptions in SnapOtter service configuration --- nodes/heimdall/snapotter/compose.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/nodes/heimdall/snapotter/compose.yaml b/nodes/heimdall/snapotter/compose.yaml index 85c44e5..799c37b 100644 --- a/nodes/heimdall/snapotter/compose.yaml +++ b/nodes/heimdall/snapotter/compose.yaml @@ -9,20 +9,10 @@ services: - proxy-net environment: - AUTH_ENABLED=${AUTH_ENABLED} - #Set to true to require login. The Docker image defaults to true. - - DEFAULT_USERNAME=${DEFAULT_USERNAME} - #Username for the initial admin account. Only used on first run. - - DEFAULT_PASSWORD=${DEFAULT_PASSWORD} - #Password for the initial admin account. Change this after first login. - - MAX_USERS=${MAX_USERS} - # Maximum number of registered user accounts. Set to 0 for unlimited. - - SESSION_DURATION_HOURS=${SESSION_DURATION_HOURS} - #Login session lifetime in hours (default is 7 days). - restart: unless-stopped labels: - "traefik.enable=true"