Update docker-compose.yml

This commit is contained in:
Mauricio Siu
2025-03-26 01:56:34 -06:00
committed by GitHub
parent 4d55a64895
commit 31038da0f8

View File

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