diff --git a/__swarm/rancher/rancher-swarm.yml b/__swarm/rancher/rancher-swarm.yml index 17ba00b..131edbe 100644 --- a/__swarm/rancher/rancher-swarm.yml +++ b/__swarm/rancher/rancher-swarm.yml @@ -14,6 +14,10 @@ services: privileged: true volumes: - data:/var/lib/rancher + security_opt: + - seccomp:unconfined # disable seccomp profile + cap_add: + - ALL # add all capabilities deploy: labels: wud.watch: 'true'