From 9d46bbbcb183c3fb83156d7229733bdadef84c18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Tr=C3=A1vn=C3=ADk?= Date: Fri, 19 Dec 2025 14:26:10 +0100 Subject: [PATCH] Update examples/tailscale-sidecar/docker-compose.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- examples/tailscale-sidecar/docker-compose.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/tailscale-sidecar/docker-compose.yml b/examples/tailscale-sidecar/docker-compose.yml index 4f1d4396..107159fc 100644 --- a/examples/tailscale-sidecar/docker-compose.yml +++ b/examples/tailscale-sidecar/docker-compose.yml @@ -9,8 +9,10 @@ services: # Optional: Some hosts require this for kernel-mode Tailscale. # If it causes issues (common on Docker Desktop), keep it disabled. # - SYS_MODULE - # Kernel-mode Tailscale needs /dev/net/tun. If you enable userspace mode - # (TS_USERSPACE=true), remove this device mapping. + # Kernel-mode Tailscale (TS_USERSPACE=false) requires /dev/net/tun. + # If you switch to userspace mode (TS_USERSPACE=true), you MUST remove this + # devices section (or at least this mapping), otherwise the container may + # fail to start or hit runtime errors on some hosts. devices: - /dev/net/tun:/dev/net/tun environment: