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