We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4b7595 + 3bb0483 commit 59845f4Copy full SHA for 59845f4
1 file changed
docker-compose.yaml
@@ -5,6 +5,9 @@ services:
5
hostname: controller
6
image: bobuhiro11/containerized-devstack-controller
7
tty: true
8
+ security_opt:
9
+ - seccomp:unconfined
10
+ - apparmor:unconfined
11
cap_add:
12
- CHOWN
13
- DAC_OVERRIDE
@@ -55,6 +58,9 @@ services:
55
58
hostname: compute-1
56
59
image: bobuhiro11/containerized-devstack-compute-1
57
60
61
62
63
64
65
66
@@ -105,6 +111,9 @@ services:
105
111
hostname: compute-2
106
112
image: bobuhiro11/containerized-devstack-compute-2
107
113
114
115
116
108
117
109
118
110
119
0 commit comments