From 96960724e953c4f1af6f2b32a2292f7d4a287723 Mon Sep 17 00:00:00 2001 From: Julian Cuni Date: Sat, 2 May 2026 10:28:40 +0200 Subject: [PATCH] Update PostgreSQL port from 5432 to 5433 in development compose file, conflicting with existing container. --- compose.dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.dev.yaml b/compose.dev.yaml index 07c2f7e..7966a83 100644 --- a/compose.dev.yaml +++ b/compose.dev.yaml @@ -45,7 +45,7 @@ services: volumes: - directus-pg-data:/home/postgres/pgdata/data expose: - - '5432' + - '5433' restart: unless-stopped healthcheck: # pg_isready reads PGUSER / PGDATABASE from env; compose sets those from