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:
|
||||
portal:
|
||||
build: .
|
||||
security_opt:
|
||||
- apparmor=unconfined
|
||||
ports:
|
||||
- "${FRONTEND_PORT:-3000}:80"
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue