From caa361ecf3174866074ba9e0e876ae5e1eb3391d Mon Sep 17 00:00:00 2001 From: pixelthorn Date: Sun, 28 Jun 2026 16:14:46 -0500 Subject: [PATCH] Update postgres-compose.yml --- postgres-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: