Fix docker-compose: remap Postgres from :5432 to :5433 (5432 already in use on NAS)

This commit is contained in:
2026-03-01 20:34:49 +00:00
parent 362c94af33
commit d6d8de16db

View File

@@ -12,7 +12,7 @@ services:
POSTGRES_USER: dd0c
POSTGRES_PASSWORD: dd0c-dev
ports:
- "5432:5432"
- "5433:5432"
volumes:
- pg_data:/var/lib/postgresql/data
- ./docker-init-db.sh:/docker-entrypoint-initdb.d/01-init-db.sh:ro