Skip to content

Commit

Permalink
fix: elasticsearch xpack errors
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoy committed Mar 15, 2023
1 parent 828145b commit 4ea53f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ services:
- discovery.type=single-node
- "ES_JAVA_OPTS=-Xms1500m -Xmx1500m"
- ELASTIC_PASSWORD=recipesage_selfhost
- xpack.security.enabled=false
volumes:
- elasticsearchdata:/usr/share/elasticsearch/data
restart: unless-stopped
Expand Down

0 comments on commit 4ea53f9

Please sign in to comment.