Setup the default rule for traefik subdomains

This commit is contained in:
2025-04-29 20:56:38 +10:00
parent aab7efb5c3
commit a36f10ef73
5 changed files with 14 additions and 17 deletions

View File

@@ -12,7 +12,6 @@ job "hello-world" {
tags = [
"traefik.enable=true",
"traefik.http.routers.hello.rule=Host(`hello.othrayte.one`)",
]
check {