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

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: