Skip to content

Commit

Permalink
fix: ES memory arg
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoy authored Mar 15, 2023
1 parent 251b2de commit 828145b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ services:
image: docker.elastic.co/elasticsearch/elasticsearch:8.4.3
environment:
- discovery.type=single-node
- ES_JAVA_OPTS="-Xms1500m -Xmx1500m"
- "ES_JAVA_OPTS=-Xms1500m -Xmx1500m"
- ELASTIC_PASSWORD=recipesage_selfhost
volumes:
- elasticsearchdata:/usr/share/elasticsearch/data
Expand Down

0 comments on commit 828145b

Please sign in to comment.