port fix for pgadmin service

This commit is contained in:
Yared Yemane 2026-01-24 06:31:09 -08:00
parent 64c25699e9
commit b457311e50

View File

@ -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