replace deprecated CLI options with current ones
This commit is contained in:
committed by
Umputun
parent
7b1de77dc2
commit
d0d4f06bad
@@ -47,7 +47,6 @@ services:
|
||||
- NOTIFY_TELEGRAM_CHAN
|
||||
- NOTIFY_EMAIL_FROM
|
||||
- ADMIN_SHARED_EMAIL
|
||||
- NOTIFY_EMAIL_ADMIN
|
||||
- SMTP_HOST
|
||||
- SMTP_USERNAME
|
||||
- SMTP_PASSWORD
|
||||
|
||||
@@ -56,7 +56,7 @@ services:
|
||||
- STORE_BOLT_PATH=/srv/var
|
||||
- BACKUP_PATH=/srv/var/backup
|
||||
- CACHE_MAX_VALUE=10000000
|
||||
- IMG_PROXY=true
|
||||
- IMAGE_PROXY_HTTP2HTTPS=true
|
||||
- AVATAR_RESIZE=48
|
||||
- ADMIN_SHARED_ID=github_ef0f706a79cc24b112345
|
||||
- ADMIN_SHARED_NAME=myname,anothername
|
||||
@@ -65,12 +65,12 @@ services:
|
||||
- AUTH_TWITTER_CSEC=asdfghjkl
|
||||
- AUTH_ANON=true
|
||||
- AUTH_EMAIL_ENABLE=true
|
||||
- AUTH_EMAIL_HOST=smtp.mailgun.org
|
||||
- AUTH_EMAIL_PORT=465
|
||||
- AUTH_EMAIL_TLS=true
|
||||
- AUTH_EMAIL_USER=postmaster@mg.example.com
|
||||
- AUTH_EMAIL_PASSWD=thepassword
|
||||
- AUTH_EMAIL_FROM=confirmation@example.com
|
||||
- SMTP_HOST=smtp.mailgun.org
|
||||
- SMTP_PORT=465
|
||||
- SMTP_TLS=true
|
||||
- SMTP_USERNAME=postmaster@mg.example.com
|
||||
- SMTP_PASSWORD=thepassword
|
||||
- IMAGE_MAX_SIZE=5000000
|
||||
- EMOJI=true
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user