From caab2d05c28b6ed692b08ebfa79e27a0eef88677 Mon Sep 17 00:00:00 2001 From: Florent Benoit Date: Mon, 26 Jun 2023 16:01:35 +0200 Subject: [PATCH] chore: change the host name of mongodb podman is not able to reach mongo host Change-Id: Ie4d8070ed5e1edb1ac9520ad8e4d6e9760338ee2 Signed-off-by: Florent Benoit --- client/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/App.tsx b/client/src/App.tsx index 30ce119..b6e6bc3 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -314,7 +314,7 @@ const App = () => { '-e', 'KAFKA_BOOTSTRAP_SERVER=kafka:19092', '-e', - 'SPRING_DATA_MONGODB_URI=mongodb://mongo:27017', + 'SPRING_DATA_MONGODB_URI=mongodb://microcks-mongodb:27017', '-e', 'SPRING_DATA_MONGODB_DATABASE=microcks', '-e',