Update docker-compose.yaml
This commit is contained in:
parent
bdd26472e7
commit
85b50db71a
1 changed files with 0 additions and 1 deletions
|
|
@ -4,7 +4,6 @@ services:
|
|||
restart: always
|
||||
# No ports needed if only internal, but keep for CLI access if desired
|
||||
ports:
|
||||
- "5599:5432"
|
||||
environment:
|
||||
- POSTGRES_DB=${POSTGRES_DB}
|
||||
- POSTGRES_USER=${POSTGRES_USER}
|
||||
|
|
|
|||
Loading…
Reference in a new issue