Skip to content

Commit a5a13d3

Browse files
committed
Return quotes in health command
1 parent 4def761 commit a5a13d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ docker-kibana-with-tls: docker-network docker-elasticsearch set-kibana-password
168168
-e LOGGING_ROOT_LEVEL=debug \
169169
--name $(KIBANA_NAME) \
170170
--network $(ELASTICSEARCH_NETWORK) \
171-
--health-cmd=curl -k https://localhost:5601/api/status \
171+
--health-cmd="curl -k https://localhost:5601/api/status" \
172172
--health-interval=10s --health-timeout=5s --health-retries=10 \
173173
docker.elastic.co/kibana/kibana:$(STACK_VERSION)
174174
@ $(call wait_until_healthy, $(KIBANA_NAME))

0 commit comments

Comments
 (0)