diff --git a/compose.yaml b/compose.yaml index f049049..db608bc 100644 --- a/compose.yaml +++ b/compose.yaml @@ -32,7 +32,7 @@ services: - valkey labels: - "traefik.enable=true" - - "traefik.http.routers.searxng.rule=Host('search.home')" + - "traefik.http.routers.searxng.rule=Host(`search.home`)" - "traefik.http.routers.searxng.entrypoints=websecure" - "traefik.http.routers.searxng.tls=true" - "traefik.http.services.searxng.loadbalancer.server.port=8080"