Update docker-compose.yml

This commit is contained in:
Mauricio Siu 2025-03-30 03:40:41 -06:00 committed by GitHub
parent 5ad0e0dc65
commit 6b2287dc9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,9 +11,9 @@ services:
- XDG_CACHE_HOME=/cache # backup cache
- TZ=${TZ}
volumes:
- backrest:/data
- backrest:/config
- backrest-cache:/cache # to preserve backup cache between restarts
- backrest/data:/data
- backrest/config:/config
- backrest/config:/cache # to preserve backup cache between restarts
- /:/userdata:ro # we mount /mnt/data to /userdata (that we want to backup)
volumes: