We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3805c2f commit 818217aCopy full SHA for 818217a
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