Skip to content

Commit 9e0ca9f

Browse files
committed
Revert "Docker: ES requires disabling security to work"
This reverts commit 151504f. We want to test ES closer to production, so we need to enable security.
1 parent 151504f commit 9e0ca9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dockerfiles/docker-compose-search.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ services:
2424
- node.name=search
2525
- cluster.routing.allocation.disk.threshold_enabled=false
2626
- cluster.info.update.interval=30m
27-
- xpack.security.enabled=false
2827
- "ES_JAVA_OPTS=-Xms128m -Xmx128m"
2928
- ELASTIC_PASSWORD=password
3029
ports:

0 commit comments

Comments
 (0)