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

View File

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