Skip to content

Commit efef36c

Browse files
author
Phil Varner
committed
change volume string
1 parent a722a20 commit efef36c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
image: docker.elastic.co/elasticsearch/elasticsearch:8.1.3
2020
env:
2121
ES_JAVA_OPTS: -Xms512m -Xmx1g
22-
options: -v ${{ github.workspace }}/elasticsearch/config/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml
22+
options: -v ${{ github.workspace }}/elasticsearch/config/:/usr/share/elasticsearch/config/
2323
ports:
2424
- 9200:9200
2525

0 commit comments

Comments
 (0)