Passt persistenten Speicher auf docker-volume an

This commit is contained in:
2026-02-09 22:36:11 +01:00
parent db1f1128d8
commit 0108b88eeb

View File

@@ -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: