Update docker-compose.yml

This commit is contained in:
Elliot Matson 2022-06-14 10:27:03 -05:00 committed by GitHub
parent 813610c58f
commit 56bd130286
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ services:
image: prodrigestivill/postgres-backup-local:13 image: prodrigestivill/postgres-backup-local:13
restart: always restart: always
volumes: volumes:
- "(Whatever location you want backups stored):/backups" - "(location you want backups stored):/backups"
links: links:
- postgres - postgres
depends_on: depends_on: