We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4912f5 + 76462a2 commit 69c1863Copy full SHA for 69c1863
docker-compose.yml
@@ -24,7 +24,7 @@ services:
24
PGADMIN_DEFAULT_PASSWORD: ${PGADMIN_DEFAULT_PASSWORD:-admin}
25
PGADMIN_CONFIG_SERVER_MODE: 'False'
26
volumes:
27
- - pgadmin:/root/.pgadmin
+ - pgadmin:/var/lib/pgadmin
28
29
ports:
30
- "${PGADMIN_PORT:-5050}:80"
0 commit comments