Update PostgreSQL port from 5432 to 5433 in development compose file, conflicting with existing container.

This commit is contained in:
2026-05-02 10:28:40 +02:00
parent 57624cb997
commit 96960724e9
+1 -1
View File
@@ -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