port fix for pgadmin service
This commit is contained in:
parent
64c25699e9
commit
b457311e50
|
|
@ -26,7 +26,7 @@ services:
|
||||||
image: dpage/pgadmin4:latest
|
image: dpage/pgadmin4:latest
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "5051:80"
|
- "5050:80"
|
||||||
environment:
|
environment:
|
||||||
PGADMIN_DEFAULT_EMAIL: admin@local.dev
|
PGADMIN_DEFAULT_EMAIL: admin@local.dev
|
||||||
PGADMIN_DEFAULT_PASSWORD: admin
|
PGADMIN_DEFAULT_PASSWORD: admin
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user