From fbad2c3ff111296d21334c83e499d87ae24ad22d Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 15 Jan 2025 23:09:26 -0600 Subject: [PATCH] fix string --- hosts/ps10rp/traefik/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/ps10rp/traefik/compose.yaml b/hosts/ps10rp/traefik/compose.yaml index 0cba080cd..768e12aa5 100644 --- a/hosts/ps10rp/traefik/compose.yaml +++ b/hosts/ps10rp/traefik/compose.yaml @@ -62,7 +62,7 @@ services: traefik.enable: true traefik.docker.network: internal traefik.http.routers.dashboard.entrypoints: web-secure - traefik.http.routers.dashboard.rule: (Host(`traefik-ps10rp.lebens-home.net`) && (PathPrefix(`/api`) || PathPrefix(`/dashboard/`))" + traefik.http.routers.dashboard.rule: (Host(`traefik-ps10rp.lebens-home.net`) && (PathPrefix(`/api`) || PathPrefix(`/dashboard/`)) traefik.http.routers.dashboard.service: api@internal networks: internal: null