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.
2 parents ef7f38f + c95e51f commit 0eb5f56Copy full SHA for 0eb5f56
.gitignore
@@ -38,3 +38,5 @@ ml-development-tools/src/test/java/com/marklogic/client/test/dbfunction/generate
38
39
.vscode
40
docker/
41
+
42
+.kotlin
docker-compose.yaml
@@ -10,6 +10,10 @@ services:
10
- MARKLOGIC_INIT=true
11
- MARKLOGIC_ADMIN_USERNAME=admin
12
- MARKLOGIC_ADMIN_PASSWORD=admin
13
+ # The NET_RAW capability allows a process to create raw sockets. Polaris does not like that.
14
+ # This setting removes the NET_RAW capability from the container.
15
+ cap_drop:
16
+ - NET_RAW
17
volumes:
18
- ${MARKLOGIC_LOGS_VOLUME}:/var/opt/MarkLogic/Logs
19
ports:
0 commit comments