Update docker-compose.yml

allow user registration for first user setup
This commit is contained in:
LRVT 2023-03-07 01:57:59 +01:00 committed by GitHub
parent 0fb53bbb04
commit 5aa0d5fed6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ services:
#- globalSettings__mail__smtp__password=MyStrongSmtpLoginPassword #- globalSettings__mail__smtp__password=MyStrongSmtpLoginPassword
#- globalSettings__mail__smtp__ssl=true #- globalSettings__mail__smtp__ssl=true
#- globalSettings__mail__smtp__port=587 #- globalSettings__mail__smtp__port=587
- globalSettings__disableUserRegistration=true - globalSettings__disableUserRegistration=false
- LOG_FILE=/data/logs/access.log - LOG_FILE=/data/logs/access.log
- WEBSOCKET_ENABLED=true - WEBSOCKET_ENABLED=true
- ROCKET_ENV=prod - ROCKET_ENV=prod