From 8cf25676b43d8395f8b95d4c935f430584cab7ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Vos?= Date: Tue, 23 Sep 2025 10:01:16 +0200 Subject: [PATCH] remove bad example --- docs/content/examples/tutorials/routed.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/content/examples/tutorials/routed.md b/docs/content/examples/tutorials/routed.md index ac97bfa9..2dd7bb53 100644 --- a/docs/content/examples/tutorials/routed.md +++ b/docs/content/examples/tutorials/routed.md @@ -20,8 +20,6 @@ services: image: ghcr.io/wg-easy/wg-easy:15 container_name: wg-easy network_mode: "host" - environment: - - INSECURE=true # TEMPORARY for testing only; remove for production volumes: - ./config:/etc/wireguard - /lib/modules:/lib/modules:ro