Skip to content

Commit c95e51f

Browse files
committed
MLE-12345 Polaris fixes
Not sure how it's reporting on files under ".kotlin", so hopefully the gitignore addition will prevent that.
1 parent ef7f38f commit c95e51f

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)