Remove redundant seccomp option from API service

This commit is contained in:
Akis Kesoglou 2018-06-11 21:02:53 +03:00
parent 6af9c46634
commit da87c1efaf

@ -14,8 +14,6 @@ services:
image: resin/resin-api:${OPENBALENA_API_VERSION_TAG:-master}
depends_on:
- db
security_opt:
- seccomp:unconfined
environment:
ADMIN_LIST:
AUTH_RESINOS_REGISTRY_CODE: ${OPENBALENA_RESINOS_REGISTRY_CODE}