Mount a directory for restore testing
And for actual restores, should the time come...
This commit is contained in:
parent
9850f73a17
commit
b9e6e8801e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ services:
|
||||||
- TZ=Europe/London
|
- TZ=Europe/London
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/config
|
- ./config:/config
|
||||||
- ./backups:/backups
|
- ./restore:/restore
|
||||||
- /srv/nextcloud-data/data/:/source/nextcloud:ro
|
- /srv/nextcloud-data/data/:/source/nextcloud:ro
|
||||||
- /opt/gitea/repos/repositories:/source/repositories:ro
|
- /opt/gitea/repos/repositories:/source/repositories:ro
|
||||||
- /scratch/db-backups:/source/db-backups:ro
|
- /scratch/db-backups:/source/db-backups:ro
|
||||||
|
|
Loading…
Reference in a new issue