From ac3d7258c2f7e7919c5620be033329cb4bcf1cba Mon Sep 17 00:00:00 2001 From: Yann S <7872597+azukaar@users.noreply.github.com> Date: Thu, 9 May 2024 10:38:51 +0100 Subject: [PATCH] Update cosmos-compose.json --- servapps/Dashy/cosmos-compose.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servapps/Dashy/cosmos-compose.json b/servapps/Dashy/cosmos-compose.json index 92ab7536..57d0210a 100644 --- a/servapps/Dashy/cosmos-compose.json +++ b/servapps/Dashy/cosmos-compose.json @@ -38,7 +38,7 @@ "name": "{ServiceName}", "description": "Expose {ServiceName} to the web", "useHost": true, - "target": "http://{ServiceName}:80", + "target": "http://{ServiceName}:8080", "mode": "SERVAPP", "Timeout": 14400000, "ThrottlePerMinute": 12000,