Revert PostgreSQL exposed port from 5433 to 5432 in development compose file
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ services:
|
||||
volumes:
|
||||
- directus-pg-data:/home/postgres/pgdata/data
|
||||
expose:
|
||||
- '5433'
|
||||
- '5432'
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
# pg_isready reads PGUSER / PGDATABASE from env; compose sets those from
|
||||
|
||||
Reference in New Issue
Block a user