Update postgres-compose.yml
This commit is contained in:
@@ -7,7 +7,7 @@ services:
|
||||
TZ: America/Chicago
|
||||
POSTGRES_USER: ${POSTGRES_USER}
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PWD}
|
||||
POSTGRES_DB: default # The PostgreSQL default database (automatically created at first launch)
|
||||
#POSTGRES_DB: default # The PostgreSQL default database (automatically created at first launch)
|
||||
ports:
|
||||
- "5433:5432"
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user