diff --git a/compose.yaml b/compose.yaml index db608bc..4f4f762 100644 --- a/compose.yaml +++ b/compose.yaml @@ -32,7 +32,8 @@ services: - valkey labels: - "traefik.enable=true" - - "traefik.http.routers.searxng.rule=Host(`search.home`)" + # HIER GEÄNDERT: Außen ' und innen " + - '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"