From 7d27eaef0fe4d8e83f1fae6cdb4b1c9c5f4c18d9 Mon Sep 17 00:00:00 2001 From: zramsay Date: Wed, 8 Nov 2023 16:19:52 +0000 Subject: [PATCH] dont use 3000 --- .../data/compose/docker-compose-osmosis-front-end.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack_orchestrator/data/compose/docker-compose-osmosis-front-end.yml b/stack_orchestrator/data/compose/docker-compose-osmosis-front-end.yml index 32392882..bcdc48e2 100644 --- a/stack_orchestrator/data/compose/docker-compose-osmosis-front-end.yml +++ b/stack_orchestrator/data/compose/docker-compose-osmosis-front-end.yml @@ -5,4 +5,4 @@ services: image: cerc/osmosis-front-end:local restart: always ports: - - "3000:3000" #TODO make `3000` when using the deployment feature + - "3002:3002" #TODO make `3000` when using the deployment feature