mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-02-06 16:40:59 +00:00
chore: Update docker-compose.yml
This commit is contained in:
parent
8dfcb3053c
commit
f3c4d207b8
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user