diff --git a/mesos-templates/marathon/0/docker-compose.yml b/mesos-templates/marathon/0/docker-compose.yml index 1286814..7d80dae 100644 --- a/mesos-templates/marathon/0/docker-compose.yml +++ b/mesos-templates/marathon/0/docker-compose.yml @@ -6,3 +6,5 @@ marathon: MARATHON_HTTP_PORT: ${MARATHON_HTTP_PORT} ports: - "${MARATHON_HTTP_PORT}:${MARATHON_HTTP_PORT}" + cap_add: + - NET_ADMIN \ No newline at end of file