From 351e8e2ffa03c72d63cba75856c611280865e315 Mon Sep 17 00:00:00 2001
From: Jean JESTIN-SCANVION <jjestinscanvion@grandlyon.com>
Date: Wed, 27 Jul 2022 15:50:30 +0200
Subject: [PATCH] Update Webtop conf for OpenVPN

---
 instance_scripts/start_webtop.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/instance_scripts/start_webtop.sh b/instance_scripts/start_webtop.sh
index bec6665..9650b16 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
-- 
GitLab