mount volumes read/write to restore backups

This commit is contained in:
Moritz 2023-09-07 01:44:38 +02:00
parent 447a808849
commit 28334a4241
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ services:
image: docker:24.0.2-dind
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
- "/var/lib/docker/volumes/:/var/lib/docker/volumes/:ro"
- "/var/lib/docker/volumes/:/var/lib/docker/volumes/"
- backups:/backups
environment:
- CRON_SCHEDULE