diff --git a/apps/hetzner/owncast/files/opt/containers/owncast/docker-compose.yml b/apps/hetzner/owncast/files/opt/containers/owncast/docker-compose.yml index a8238d6..901c7a2 100644 --- a/apps/hetzner/owncast/files/opt/containers/owncast/docker-compose.yml +++ b/apps/hetzner/owncast/files/opt/containers/owncast/docker-compose.yml @@ -42,7 +42,7 @@ services: - "--certificatesresolvers.mytlschallenge.acme.storage=/opt/traefik/acme.json" labels: # global redirect HTTPS - - "traefik.http.routers.http-catchall.rule=HostRegexp(`{any:.+}`)" + - "traefik.http.routers.http-catchall.rule=HostRegexp(`.+`)" - "traefik.http.routers.http-catchall.entrypoints=http" - "traefik.http.routers.http-catchall.middlewares=redirect-to-https@docker"