From 1774213e808d9fd83514448c33b4583c7ac1163b Mon Sep 17 00:00:00 2001 From: Dario Ernst Date: Wed, 8 Nov 2023 09:39:40 +0100 Subject: [PATCH] traefik v1: Remove now deprecated websocket proxying --- Proxy-examples.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/Proxy-examples.md b/Proxy-examples.md index edb6e82..cc82755 100644 --- a/Proxy-examples.md +++ b/Proxy-examples.md @@ -620,9 +620,6 @@ labels: - traefik.docker.network=traefik - traefik.web.frontend.rule=Host:bitwarden.domain.tld - traefik.web.port=80 - - traefik.hub.frontend.rule=Host:bitwarden.domain.tld;Path:/notifications/hub - - traefik.hub.port=3012 - - traefik.hub.protocol=ws ```