From 20850269af9803a09430527de9365a3e59542662 Mon Sep 17 00:00:00 2001 From: aris Date: Wed, 28 Feb 2024 17:22:15 +0100 Subject: [PATCH] - Fixed host name of lecservice inside lec on lec when is loaded in container --- README.md | 1 + lec/proxy.conf.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fab61ba..a43f43c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # OpenCruise +## Descrizione ## Getting started diff --git a/lec/proxy.conf.json b/lec/proxy.conf.json index 7ea3234..c061a99 100644 --- a/lec/proxy.conf.json +++ b/lec/proxy.conf.json @@ -1,6 +1,6 @@ { "/lecservice": { - "target": "http://localhost:8003", + "target": "http://api:8003", "secure": false, "changeOrigin": true } -- GitLab