db port changed
This commit is contained in:
parent
74f00d4ba5
commit
712c4ca029
1 changed files with 2 additions and 2 deletions
|
|
@ -20,8 +20,8 @@ services:
|
|||
POSTGRES_USER: ${DB_USER}
|
||||
POSTGRES_PASSWORD: ${DB_PASSWORD}
|
||||
POSTGRES_DB: ${DB_NAME}
|
||||
ports:
|
||||
- "${DB_PORT}:5432"
|
||||
# ports:
|
||||
# - "${DB_PORT}:5432"
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
healthcheck:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue