fix: remove commented environment variable descriptions in SnapOtter service configuration
This commit is contained in:
parent
81f63f717d
commit
30c22c8f5a
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user