Skip to content

Commit

Permalink
DEVX-2039: Fix for elasticsearch vm.max_map_count bootstrap check
Browse files Browse the repository at this point in the history
  • Loading branch information
russau committed Sep 3, 2020
1 parent fdaef1f commit 5ae7167
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions microservices-orders/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ services:
- "9200:9200"
- "9300:9300"
environment:
discovery.type: "single-node"
xpack.security.enabled: "false"
XPACK_SECURITY_ENABLED: "false"
xpack.monitoring.enabled: "false"
Expand Down

0 comments on commit 5ae7167

Please sign in to comment.