Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
fix: sort elasticsearch error
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffturk committed Oct 10, 2023
1 parent 253352a commit f3a1a19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ services:
- node.name=es01
- cluster.initial_master_nodes=es01
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
- bootstrap.system_call_filter=false
ports:
- 9200:9200
volumes:
Expand Down

0 comments on commit f3a1a19

Please sign in to comment.