Skip to content

Commit a4912f5

Browse files
authored
Merge pull request khezen#19 from khezen/pgadmin-servermode
Pgadmin server mode
2 parents 4564de4 + 905ab5b commit a4912f5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ services:
2222
environment:
2323
PGADMIN_DEFAULT_EMAIL: ${PGADMIN_DEFAULT_EMAIL:[email protected]}
2424
PGADMIN_DEFAULT_PASSWORD: ${PGADMIN_DEFAULT_PASSWORD:-admin}
25+
PGADMIN_CONFIG_SERVER_MODE: 'False'
2526
volumes:
2627
- pgadmin:/root/.pgadmin
27-
- ./pg_storage:/var/lib/pgadmin/storage
28+
2829
ports:
2930
- "${PGADMIN_PORT:-5050}:80"
3031
networks:
@@ -38,4 +39,3 @@ networks:
3839
volumes:
3940
postgres:
4041
pgadmin:
41-
pg_storage:

0 commit comments

Comments
 (0)