Update docker-compose.yaml

This commit is contained in:
kianiadee 2026-04-07 21:53:11 +00:00
parent bdd26472e7
commit 85b50db71a

View file

@ -4,7 +4,6 @@ services:
restart: always restart: always
# No ports needed if only internal, but keep for CLI access if desired # No ports needed if only internal, but keep for CLI access if desired
ports: ports:
- "5599:5432"
environment: environment:
- POSTGRES_DB=${POSTGRES_DB} - POSTGRES_DB=${POSTGRES_DB}
- POSTGRES_USER=${POSTGRES_USER} - POSTGRES_USER=${POSTGRES_USER}