fix(deploy): apparmor:unconfined for nested Docker
The docker-default AppArmor profile can't be loaded from inside the container; match the lab convention (finance/arr stacks) of running services unconfined.
This commit is contained in:
parent
fd1ac29704
commit
65c75d8f05
1 changed files with 3 additions and 0 deletions
|
|
@ -25,6 +25,9 @@ services:
|
|||
environment:
|
||||
# Exactly one scheduler may write to the shared DB; the server owns it.
|
||||
SCHEDULER_ENABLED: "false"
|
||||
# Harmless on Docker Desktop; needed if ever run under Docker-in-LXC.
|
||||
security_opt:
|
||||
- apparmor:unconfined
|
||||
ports:
|
||||
- "${APP_PORT:-8080}:8000"
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue