Allow to deactivate SELinux separation for selected containers

Deactivating selinux separation for now will allow haproxy to access
its certificate without any issue.

Change-Id: Ia00219337737dca87f745af5519effc04ce0a620
This commit is contained in:
Cédric Jeanneret 2018-09-05 17:29:14 +02:00 committed by Emilien Macchi
parent 3eeece2d29
commit bbab8507fc
1 changed files with 1 additions and 0 deletions

View File

@ -229,6 +229,7 @@ outputs:
image: {get_param: DockerHAProxyImage}
net: host
restart: always
security_opt: label=disable
volumes:
list_concat:
- {get_attr: [ContainersCommon, volumes]}