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
|
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}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue