From 550c576b9c564232d1809cb66247261586704bf3 Mon Sep 17 00:00:00 2001 From: RamkumarP Date: Wed, 11 Jun 2025 10:41:20 +0000 Subject: [PATCH] Update compose.yaml --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 823de30..1f20948 100644 --- a/compose.yaml +++ b/compose.yaml @@ -27,7 +27,7 @@ services: # Connect to MongoDB on host port 27021 (where main backend MongoDB is exposed) MONGODB_URI: mongodb://host.docker.internal:27021/dwinzo_demo_db ports: - - "8001:8000" # Different port to avoid conflict with main backend + - "8002:8000" # Different port to avoid conflict with main backend expose: - 8000 networks: