Skip to content

Commit 0eb5f56

Browse files
authored
Merge pull request #1816 from marklogic/feature/polaris
MLE-12345 Polaris fixes
2 parents ef7f38f + c95e51f commit 0eb5f56

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,5 @@ ml-development-tools/src/test/java/com/marklogic/client/test/dbfunction/generate
3838

3939
.vscode
4040
docker/
41+
42+
.kotlin

docker-compose.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ services:
1010
- MARKLOGIC_INIT=true
1111
- MARKLOGIC_ADMIN_USERNAME=admin
1212
- 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
1317
volumes:
1418
- ${MARKLOGIC_LOGS_VOLUME}:/var/opt/MarkLogic/Logs
1519
ports:

0 commit comments

Comments
 (0)