diff --git a/instance_scripts/start_webtop.sh b/instance_scripts/start_webtop.sh index bec6665764e394d1bcf7478e617a32ad27f1249a..9650b16760d6e85b07c37c3e7ba6fadd0cc8e9fe 100644 --- a/instance_scripts/start_webtop.sh +++ b/instance_scripts/start_webtop.sh @@ -14,5 +14,8 @@ docker run -d \ -v /root/webtop_data/:/config \ -v /var/run/docker.sock:/var/run/docker.sock \ --shm-size="8gb" \ + --cap-add=NET_ADMIN \ + --privileged \ --restart unless-stopped \ + --sysctl net.ipv6.conf.all.disable_ipv6=0 \ lscr.io/linuxserver/webtop:ubuntu-xfce