Update examples/tailscale-sidecar/docker-compose.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
9d46bbbcb1
commit
89fbeb7fe3
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ services:
|
|||
cap_add:
|
||||
- NET_ADMIN
|
||||
# Optional: Some hosts require this for kernel-mode Tailscale.
|
||||
# If it causes issues (common on Docker Desktop), keep it disabled.
|
||||
# If it causes issues (common on Docker Desktop), keep it commented out (disabled as shown here).
|
||||
# - SYS_MODULE
|
||||
# Kernel-mode Tailscale (TS_USERSPACE=false) requires /dev/net/tun.
|
||||
# If you switch to userspace mode (TS_USERSPACE=true), you MUST remove this
|
||||
|
|
|
|||
Loading…
Reference in a new issue