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 4564de4 + 905ab5b commit a4912f5Copy full SHA for a4912f5
.gitignore
docker-compose.yml
@@ -22,9 +22,10 @@ services:
22
environment:
23
PGADMIN_DEFAULT_EMAIL: ${PGADMIN_DEFAULT_EMAIL:[email protected]}
24
PGADMIN_DEFAULT_PASSWORD: ${PGADMIN_DEFAULT_PASSWORD:-admin}
25
+ PGADMIN_CONFIG_SERVER_MODE: 'False'
26
volumes:
27
- pgadmin:/root/.pgadmin
- - ./pg_storage:/var/lib/pgadmin/storage
28
+
29
ports:
30
- "${PGADMIN_PORT:-5050}:80"
31
networks:
@@ -38,4 +39,3 @@ networks:
38
39
40
postgres:
41
pgadmin:
- pg_storage:
0 commit comments