From b0ba9e43f90633691c1138614003aa33f261b76e Mon Sep 17 00:00:00 2001 From: SebastiaanTheCoder <62744396+SebastiaanTheCoder@users.noreply.github.com> Date: Mon, 7 Jul 2025 09:53:36 +0200 Subject: [PATCH] Updated traefik documentation (#2005) --- docs/content/examples/tutorials/traefik.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/examples/tutorials/traefik.md b/docs/content/examples/tutorials/traefik.md index aeb9a319..d6757b6f 100644 --- a/docs/content/examples/tutorials/traefik.md +++ b/docs/content/examples/tutorials/traefik.md @@ -166,6 +166,7 @@ services: - "traefik.http.routers.wg-easy.entrypoints=websecure" - "traefik.http.routers.wg-easy.service=wg-easy" - "traefik.http.services.wg-easy.loadbalancer.server.port=51821" + - "traefik.docker.network=traefik" ... networks: