security_opt for frontend
This commit is contained in:
parent
43e3a2db09
commit
100530418f
|
@ -87,6 +87,8 @@ services:
|
||||||
# frontend
|
# frontend
|
||||||
recipes_frontend:
|
recipes_frontend:
|
||||||
image: registry.computernetthings.ru/recipes/front:latest
|
image: registry.computernetthings.ru/recipes/front:latest
|
||||||
|
security_opt:
|
||||||
|
- seccomp:unconfined
|
||||||
container_name: recipes_frontend
|
container_name: recipes_frontend
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
|
|
Loading…
Reference in New Issue