Browse Source

remove bad example

pull/2181/head
Daniël Vos 10 months ago
parent
commit
8cf25676b4
  1. 2
      docs/content/examples/tutorials/routed.md

2
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

Loading…
Cancel
Save