We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9a236a + 818217a commit beb7957Copy full SHA for beb7957
docker-compose.yaml
@@ -5,6 +5,10 @@ services:
5
marklogic:
6
image: "${MARKLOGIC_IMAGE}"
7
platform: linux/amd64
8
+ # The NET_RAW capability allows a process to create raw sockets. Polaris does not like that.
9
+ # This setting removes the NET_RAW capability from the container.
10
+ cap_drop:
11
+ - NET_RAW
12
environment:
13
- INSTALL_CONVERTERS=true
14
- MARKLOGIC_INIT=true
0 commit comments