fix: make TIMEOUT / ENABLE_AUTO_UPDATE optional

This commit is contained in:
decentral1se 2023-10-06 19:15:44 +02:00
parent 4770a03cb7
commit 6dacecbfac
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
TYPE=matrix-synapse
DOMAIN=matrix-synapse.example.com
TIMEOUT=300
ENABLE_AUTO_UPDATE=true
#TIMEOUT=300
#ENABLE_AUTO_UPDATE=true
LETS_ENCRYPT_ENV=production
COMPOSE_FILE="compose.yml"
# POST_DEPLOY_CMDS="db set_admin"