Skip to content

Commit

Permalink
suppress geoip warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Mar 3, 2023
1 parent 1e693cb commit 689eaf4
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 @@ -59,12 +59,12 @@ services:
image: docker.elastic.co/elasticsearch/elasticsearch:8.6.2
environment:
- discovery.type=single-node
- discovery.seed_hosts=[]
- node.name=elasticsearch-01
- bootstrap.memory_lock=true
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
- cluster.name=es-wis2box
- xpack.security.enabled=false
- ingest.geoip.downloader.enabled=false
mem_limit: 1.5g
memswap_limit: 1.5g
volumes:
Expand Down

0 comments on commit 689eaf4

Please sign in to comment.