Skip to content

Commit 2a6b99a

Browse files
committed
modified: docker-compose.yml
1 parent 646f550 commit 2a6b99a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docker-compose.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,13 @@ services:
4242
DATABASE_HOST: mysql
4343
restart: always
4444
elasticsearch:
45-
image: docker.elastic.co/elasticsearch/elasticsearch:7.9.1
45+
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.28
4646
environment:
4747
- discovery.type=single-node
48+
#- xpack.security.enabled=false
49+
#- xpack.security.enrollment.enabled=false
4850
ports:
49-
- 9200:9200
51+
- 127.0.0.1:9200:9200
5052
volumes:
5153
- esdata:/usr/share/elasticsearch/data
5254
restart: always

0 commit comments

Comments
 (0)