Add cgroupns_mode to docker-compose.yml
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2025-12-25 02:23:39 +00:00
parent c6903bb2a0
commit ece0198ff5

View File

@@ -15,6 +15,12 @@ services:
volumes:
- ${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