Passt persistenten Speicher auf docker-volume an
This commit is contained in:
@@ -7,6 +7,9 @@ services:
|
||||
PGADMIN_DEFAULT_EMAIL: ${PGADMIN_DEFAULT_EMAIL:-admin@example.com}
|
||||
PGADMIN_DEFAULT_PASSWORD: ${PGADMIN_DEFAULT_PASSWORD:-changeme}
|
||||
volumes:
|
||||
- ./data:/var/lib/pgadmin:delegated
|
||||
- pgadmin_data:/var/lib/pgadmin:delegated
|
||||
ports:
|
||||
- 9440:80
|
||||
|
||||
volumes:
|
||||
pgadmin_data:
|
||||
|
||||
Reference in New Issue
Block a user