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:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user