We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 646f550 commit 2a6b99aCopy full SHA for 2a6b99a
docker-compose.yml
@@ -42,11 +42,13 @@ services:
42
DATABASE_HOST: mysql
43
restart: always
44
elasticsearch:
45
- image: docker.elastic.co/elasticsearch/elasticsearch:7.9.1
+ image: docker.elastic.co/elasticsearch/elasticsearch:7.17.28
46
environment:
47
- discovery.type=single-node
48
+ #- xpack.security.enabled=false
49
+ #- xpack.security.enrollment.enabled=false
50
ports:
- - 9200:9200
51
+ - 127.0.0.1:9200:9200
52
volumes:
53
- esdata:/usr/share/elasticsearch/data
54
0 commit comments