mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 18:34:53 +01:00
build
This commit is contained in:
@@ -11,11 +11,9 @@ services:
|
|||||||
published: 7443
|
published: 7443
|
||||||
protocol: tcp
|
protocol: tcp
|
||||||
mode: ingress
|
mode: ingress
|
||||||
privileged: 'true'
|
privileged: true
|
||||||
volumes:
|
volumes:
|
||||||
- data:/var/lib/rancher
|
- data:/var/lib/rancher
|
||||||
security_opt:
|
|
||||||
- seccomp:unconfined # disable seccomp profile
|
|
||||||
cap_add:
|
cap_add:
|
||||||
- ALL # add all capabilities
|
- ALL # add all capabilities
|
||||||
deploy:
|
deploy:
|
||||||
|
|||||||
Reference in New Issue
Block a user