diff --git a/test-app/docker-compose.yml b/test-app/docker-compose.yml index 6a2d1bb..2911b87 100644 --- a/test-app/docker-compose.yml +++ b/test-app/docker-compose.yml @@ -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