From 26d051cad5c9338fca6a889f1b062d5eb4e65594 Mon Sep 17 00:00:00 2001 From: Marco Quintana Date: Thu, 2 May 2024 15:11:30 +0200 Subject: [PATCH] hotfix --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index f1f19422..40d82f96 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -159,7 +159,7 @@ services: ports: - "3000:3000" environment: - - REACT_APIS_ENDPOINT: http://apisgatewayservice:8100 + REACT_APIS_ENDPOINT: http://apisgatewayservice:8100 restart: always prometheus: