Move scratch disk under /mnt

Mounting disks is hard!
This commit is contained in:
Jake Howard
2020-09-08 21:17:51 +01:00
parent 2db72623ad
commit c220f19545
3 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ services:
image: prodrigestivill/postgres-backup-local:12-alpine
restart: unless-stopped
volumes:
- /scratch/db-backups:/backups
- /mnt/scratch/db-backups:/backups
depends_on:
- db
environment: