Remove cgroupns settings
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2025-12-25 02:34:53 +00:00
parent dd2d860243
commit 25a1985d20
2 changed files with 0 additions and 7 deletions

View File

@@ -38,7 +38,6 @@
"private": false
}
],
"stopSignal": "SIGRTMIN+3",
"devices": [
"/dev/net/tun:/dev/net/tun"
],
@@ -46,7 +45,6 @@
"capAdd": [
"NET_ADMIN"
],
"cgroupnsMode": "host",
"isMain": true,
"extraLabels": {
"generated": true,

View File

@@ -16,11 +16,6 @@ services:
- ${APP_DATA_DIR}/data:/data
- /etc/runtipi/repos/runtipi/apps/rego-tunnel-linux/source:/config:ro
- /sys/fs/cgroup:/sys/fs/cgroup:rw
tmpfs:
- /run
- /run/lock
cgroupns_mode: host
stop_signal: SIGRTMIN+3
labels:
generated: true
traefik.enable: true