From 2a4da9abb91721bd8b00cc04fc31a86a334995f3 Mon Sep 17 00:00:00 2001 From: Rik Veenboer Date: Wed, 29 Oct 2025 10:12:37 +0100 Subject: [PATCH] adjust port mapping --- compose.system.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.system.yaml b/compose.system.yaml index 810e8d8..cba8e6c 100644 --- a/compose.system.yaml +++ b/compose.system.yaml @@ -41,7 +41,7 @@ services: networks: - dagster ports: - - '15432:5432' + - '25432:5432' volumes: - /opt/dagster/db/:/var/lib/postgresql/data/