Skip to content

Commit

Permalink
chore: Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
l4rm4nd authored Jan 22, 2025
1 parent 8dfcb30 commit f3c4d20
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/duplicati/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f3c4d20

Please sign in to comment.