From 7eb2d5c4ac56fcd4644e348dbb92dcd8b28f8253 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Vos?= Date: Wed, 24 Sep 2025 14:00:16 +0200 Subject: [PATCH] add SYS_MODULE capability --- docs/content/examples/tutorials/routed.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/examples/tutorials/routed.md b/docs/content/examples/tutorials/routed.md index 81ea3483..eb55b364 100644 --- a/docs/content/examples/tutorials/routed.md +++ b/docs/content/examples/tutorials/routed.md @@ -25,6 +25,7 @@ services: - /lib/modules:/lib/modules:ro cap_add: - NET_ADMIN + - SYS_MODULE devices: - /dev/net/tun:/dev/net/tun restart: unless-stopped