security_opt for frontend

This commit is contained in:
yyasha 2024-01-31 14:53:17 +03:00
parent 43e3a2db09
commit 100530418f
1 changed files with 2 additions and 0 deletions

View File

@ -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: