We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70fbd50 commit 781a604Copy full SHA for 781a604
.github/workflows/cicd.yml
@@ -20,7 +20,7 @@ jobs:
20
env:
21
ES_JAVA_OPTS: -Xms512m -Xmx1g
22
volumes:
23
- - ./elasticsearch/config/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml
+ - "./elasticsearch/config/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml"
24
ports:
25
- 9200:9200
26
0 commit comments