fix(service): Improve duplicati.yaml (#4971)
- Generate random encryption secret - Generate random web login password - Make TZ show up in the UI
This commit is contained in:
parent
f2a61aeb82
commit
159d2a40ff
1 changed files with 3 additions and 1 deletions
|
|
@ -11,7 +11,9 @@ services:
|
|||
- SERVICE_FQDN_DUPLICATI_8200
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Madrid
|
||||
- TZ=${TZ:-Europe/London}
|
||||
- SETTINGS_ENCRYPTION_KEY=${SERVICE_PASSWORD_ENCRYPT}
|
||||
- DUPLICATI__WEBSERVICE_PASSWORD=${SERVICE_PASSWORD_WEB}
|
||||
volumes:
|
||||
- duplicati-config:/config
|
||||
- duplicati-backups:/backups
|
||||
|
|
|
|||
Loading…
Reference in a new issue