chore: Update docker-compose.yml

This commit is contained in:
LRVT 2025-01-22 16:48:18 +01:00 committed by GitHub
parent 8dfcb3053c
commit f3c4d207b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,12 +14,13 @@ services:
- PUID=0
- PGID=1000
- TZ=Europe/Berlin
- SETTINGS_ENCRYPTION_KEY=PleaseChangeMeToSecureValue
- SETTINGS_ENCRYPTION_KEY=PleaseChangeMeToSecureValue # <-- change this
- DUPLICATI__WEBSERVICE_PASSWORD=MySecureAdminPasswordForLogin # <-- change this
restart: unless-stopped
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/duplicati/backups:/backups
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/duplicati/config:/config
- /path/to/my/data/to/backup:/source # change this
- /path/to/my/data/to/backup:/source # <-- change this
#networks:
# - proxy
#labels: