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: