docs: explain why NET_ADMIN capability is required

This commit is contained in:
buildplan
2025-12-13 15:39:39 +00:00
committed by GitHub
parent 8deeb56cbf
commit eb5632b87d

View File

@@ -222,6 +222,7 @@ services:
**Docker Configuration Notes:**
- `network_mode: host` brings the olm network interface to the host system, allowing the WireGuard tunnel to function properly
- `cap_add: - NET_ADMIN` is required to grant the container permission to manage network interfaces
- `devices: - /dev/net/tun:/dev/net/tun` is required to give the container access to the TUN device for creating WireGuard interfaces
### Windows Service