Update PostgreSQL port from 5432 to 5433 in development compose file, conflicting with existing container.
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- directus-pg-data:/home/postgres/pgdata/data
|
- directus-pg-data:/home/postgres/pgdata/data
|
||||||
expose:
|
expose:
|
||||||
- '5432'
|
- '5433'
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user