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 a722a20 commit efef36cCopy full SHA for efef36c
.github/workflows/cicd.yml
@@ -19,7 +19,7 @@ jobs:
19
image: docker.elastic.co/elasticsearch/elasticsearch:8.1.3
20
env:
21
ES_JAVA_OPTS: -Xms512m -Xmx1g
22
- options: -v ${{ github.workspace }}/elasticsearch/config/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml
+ options: -v ${{ github.workspace }}/elasticsearch/config/:/usr/share/elasticsearch/config/
23
ports:
24
- 9200:9200
25
0 commit comments