add pgadmin backup volumes
you can use backup files in ${DATA_SAVE_PATH}/pgadmin-backup
This commit is contained in:
parent
586a225c11
commit
76001daf71
@ -468,11 +468,14 @@ services:
|
||||
build: ./pgadmin
|
||||
ports:
|
||||
- "5050:5050"
|
||||
volumes:
|
||||
- ${DATA_SAVE_PATH}/pgadmin-backup:/var/lib/pgadmin4/data/storage/pgadmin4
|
||||
depends_on:
|
||||
- postgres
|
||||
networks:
|
||||
- frontend
|
||||
- backend
|
||||
|
||||
|
||||
### ElasticSearch Container #################################
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user