mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
Update docker-compose.yml
This commit is contained in:
parent
5ad0e0dc65
commit
6b2287dc9e
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user