docker-compose.yml: update link to Elasticsearch doc

This commit is contained in:
maxlath
2023-04-28 14:05:45 +02:00
parent 8ba919d6d4
commit cf92f56308

View File

@@ -34,7 +34,7 @@ services:
environment:
- 'http.host=0.0.0.0'
- 'transport.host=127.0.0.1'
# See https://www.elastic.co/guide/en/elasticsearch/reference/7.14/docker.html
# See https://www.elastic.co/guide/en/elasticsearch/reference/7.16/docker.html
- 'discovery.type=single-node'
- 'ES_JAVA_OPTS=-Xms1g -Xmx1g'
ports :