diff --git a/apps/rego-tunnel-linux/docker-compose.json b/apps/rego-tunnel-linux/docker-compose.json index 8cfdd9a..e336656 100755 --- a/apps/rego-tunnel-linux/docker-compose.json +++ b/apps/rego-tunnel-linux/docker-compose.json @@ -29,8 +29,16 @@ "readOnly": true, "shared": false, "private": false + }, + { + "hostPath": "/sys/fs/cgroup", + "containerPath": "/sys/fs/cgroup", + "readOnly": false, + "shared": false, + "private": false } ], + "stopSignal": "SIGRTMIN+3", "devices": [ "/dev/net/tun:/dev/net/tun" ], @@ -38,6 +46,7 @@ "capAdd": [ "NET_ADMIN" ], + "cgroupnsMode": "host", "isMain": true, "extraLabels": { "generated": true, @@ -46,4 +55,4 @@ } } ] -} \ No newline at end of file +}