Revert PostgreSQL exposed port from 5433 to 5432 in development compose file

This commit is contained in:
2026-05-02 10:40:03 +02:00
parent ec119af274
commit 82615c0a66
+1 -1
View File
@@ -45,7 +45,7 @@ services:
volumes: volumes:
- directus-pg-data:/home/postgres/pgdata/data - directus-pg-data:/home/postgres/pgdata/data
expose: expose:
- '5433' - '5432'
restart: unless-stopped restart: unless-stopped
healthcheck: healthcheck:
# pg_isready reads PGUSER / PGDATABASE from env; compose sets those from # pg_isready reads PGUSER / PGDATABASE from env; compose sets those from