Skip to content

Commit beb7957

Browse files
authored
Merge branch 'develop' into task/ensureDoneCalledForTests
2 parents d9a236a + 818217a commit beb7957

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker-compose.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ services:
55
marklogic:
66
image: "${MARKLOGIC_IMAGE}"
77
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
812
environment:
913
- INSTALL_CONVERTERS=true
1014
- MARKLOGIC_INIT=true

0 commit comments

Comments
 (0)