diff --git a/docker-compose.yaml b/docker-compose.yaml index 8d0f2352..c40c010d 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -5,6 +5,10 @@ services: marklogic: image: "${MARKLOGIC_IMAGE}" platform: linux/amd64 + # The NET_RAW capability allows a process to create raw sockets. Polaris does not like that. + # This setting removes the NET_RAW capability from the container. + cap_drop: + - NET_RAW environment: - INSTALL_CONVERTERS=true - MARKLOGIC_INIT=true