Skip to content

Commit 69c1863

Browse files
authored
Merge pull request khezen#22 from pablintino/master
Fix pgAdmin volume mounting point
2 parents a4912f5 + 76462a2 commit 69c1863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
PGADMIN_DEFAULT_PASSWORD: ${PGADMIN_DEFAULT_PASSWORD:-admin}
2525
PGADMIN_CONFIG_SERVER_MODE: 'False'
2626
volumes:
27-
- pgadmin:/root/.pgadmin
27+
- pgadmin:/var/lib/pgadmin
2828

2929
ports:
3030
- "${PGADMIN_PORT:-5050}:80"

0 commit comments

Comments
 (0)