add NET_ADMIN cap to marathon framework

This commit is contained in:
James Oliver 2016-05-23 17:13:32 -07:00
parent 1da93ae043
commit 672750917b

View File

@ -6,3 +6,5 @@ marathon:
MARATHON_HTTP_PORT: ${MARATHON_HTTP_PORT}
ports:
- "${MARATHON_HTTP_PORT}:${MARATHON_HTTP_PORT}"
cap_add:
- NET_ADMIN