Skip to content

Commit

Permalink
Switch elasticsearch to the oss docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
anvit committed Oct 16, 2024
1 parent e6a7473 commit 7bdf937
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
- "63001:80"

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:6.8.23
image: docker.elastic.co/elasticsearch/elasticsearch-oss:6.8.23
env_file: etc/environment
ulimits:
memlock:
Expand Down
1 change: 0 additions & 1 deletion docker/etc/environment
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Elasticsearch
bootstrap.memory_lock=true
xpack.security.enabled=false
cluster.routing.allocation.disk.threshold_enabled=false
ES_JAVA_OPTS=-Xms640m -Xmx640m

Expand Down

0 comments on commit 7bdf937

Please sign in to comment.