diff --git a/postgres-compose.yml b/postgres-compose.yml index d040639..1c8cd8e 100644 --- a/postgres-compose.yml +++ b/postgres-compose.yml @@ -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: