From 147c36e991e6bab4fc25c5720b72ca2b51ec0bb9 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Thu, 21 Sep 2023 17:43:10 +0200 Subject: [PATCH] it works, maybe service in the wrong place? --- apps/gitea/live.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/gitea/live.hcl b/apps/gitea/live.hcl index 8c36941..7e6b7c1 100644 --- a/apps/gitea/live.hcl +++ b/apps/gitea/live.hcl @@ -14,7 +14,7 @@ job "gitea" { port "ssh" { static = 2222 - to = 22 + to = 20222 } } @@ -75,7 +75,7 @@ job "gitea" { tags = [ "traefik.enable=true", - "traefik.http.routers.gitea.rule=Host(`gitea.service.consul`)", + "traefik.http.routers.http.rule=Host(`gitea.service.consul`)", ] } }