Merge pull request #1243 from zuohuadong/patch-20

fix pgadmin-backup
This commit is contained in:
Mahmoud Zalt 2017-11-13 20:26:33 +02:00 committed by GitHub
commit 819b1eb3bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -485,7 +485,7 @@ services:
ports:
- "5050:5050"
volumes:
- ${DATA_SAVE_PATH}/pgadmin-backup:/var/lib/pgadmin4/data/storage/pgadmin4
- ${DATA_SAVE_PATH}/pgadmin-backup:/var/lib/pgadmin/storage/pgadmin4
depends_on:
- postgres
networks: