Skip to content

Commit dcab211

Browse files
authored
Merge pull request laradock#1094 from zuohuadong/patch-8
add pgadmin backup volumes
2 parents 586a225 + 76001da commit dcab211

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,11 +468,14 @@ services:
468468
build: ./pgadmin
469469
ports:
470470
- "5050:5050"
471+
volumes:
472+
- ${DATA_SAVE_PATH}/pgadmin-backup:/var/lib/pgadmin4/data/storage/pgadmin4
471473
depends_on:
472474
- postgres
473475
networks:
474476
- frontend
475477
- backend
478+
476479

477480
### ElasticSearch Container #################################
478481

0 commit comments

Comments
 (0)