Docker-in-LXC: security_opt apparmor=unconfined
This commit is contained in:
parent
b54081113b
commit
19f13cf412
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
services:
|
services:
|
||||||
portal:
|
portal:
|
||||||
build: .
|
build: .
|
||||||
|
security_opt:
|
||||||
|
- apparmor=unconfined
|
||||||
ports:
|
ports:
|
||||||
- "${FRONTEND_PORT:-3000}:80"
|
- "${FRONTEND_PORT:-3000}:80"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue