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:
parent
3eeece2d29
commit
bbab8507fc
@ -229,6 +229,7 @@ outputs:
|
|||||||
image: {get_param: DockerHAProxyImage}
|
image: {get_param: DockerHAProxyImage}
|
||||||
net: host
|
net: host
|
||||||
restart: always
|
restart: always
|
||||||
|
security_opt: label=disable
|
||||||
volumes:
|
volumes:
|
||||||
list_concat:
|
list_concat:
|
||||||
- {get_attr: [ContainersCommon, volumes]}
|
- {get_attr: [ContainersCommon, volumes]}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user