From d367814105b92ad5334a5b41c63ba7af9c121b56 Mon Sep 17 00:00:00 2001 From: ai-dev Date: Wed, 28 Aug 2024 13:11:36 +0200 Subject: [PATCH] update --- dolideb/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dolideb/config.yaml b/dolideb/config.yaml index 61dd7cb..c59fb8e 100644 --- a/dolideb/config.yaml +++ b/dolideb/config.yaml @@ -15,8 +15,8 @@ ingress: true ingress_port: 9200 ingress_stream: true ports: - 11434/tcp: 9200 + 80/tcp: 9200 ports_description: - 11434/tcp: "Dolideb" + 9200/tcp: "Dolideb" startup: application watchdog: tcp://[HOST]:[PORT:9200] \ No newline at end of file