Skip to content

Commit 3ae1b01

Browse files
committed
MLE-26598 Polaris fix in docker-compose file
1 parent 2e4ce9d commit 3ae1b01

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test-app/docker-compose.yml

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)