mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-02-07 00:51:12 +00:00
chore: Update docker-compose.yml
This commit is contained in:
parent
8dfcb3053c
commit
f3c4d207b8
|
@ -14,12 +14,13 @@ services:
|
||||||
- PUID=0
|
- PUID=0
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Europe/Berlin
|
- TZ=Europe/Berlin
|
||||||
- SETTINGS_ENCRYPTION_KEY=PleaseChangeMeToSecureValue
|
- SETTINGS_ENCRYPTION_KEY=PleaseChangeMeToSecureValue # <-- change this
|
||||||
|
- DUPLICATI__WEBSERVICE_PASSWORD=MySecureAdminPasswordForLogin # <-- change this
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/duplicati/backups:/backups
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/duplicati/backups:/backups
|
||||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/duplicati/config:/config
|
- ${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:
|
#networks:
|
||||||
# - proxy
|
# - proxy
|
||||||
#labels:
|
#labels:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user