Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 004adab

Browse files
author
Chris Wiechmann
committed
[skip ci] Typo fixed
1 parent 1f13625 commit 004adab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch/docker-compose.es01.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
elasticsearch1:
55
image: docker.elastic.co/elasticsearch/elasticsearch:${ELASTIC_VERSION}
66
# Custom entrypoint to configured ES based on given ELASTICSEARCH_HOSTS
7-
entrypoint: /usr/share/elasticsearch/scripts/elasticsearch-custom-entrypoint
7+
entrypoint: /usr/share/elasticsearch/scripts/elasticsearch-custom-entrypoint.sh
88
container_name: elasticsearch1
99
environment:
1010
- "ES_JAVA_OPTS=${ES_JAVA_OPTS}"

0 commit comments

Comments
 (0)