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`)", ] } }