Browse Source

add SYS_MODULE capability

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

1
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

Loading…
Cancel
Save