update elastic-test docker volumn

This commit is contained in:
Hongbo Wu
2022-07-07 15:08:34 +08:00
parent 583fee7f73
commit 1b9d22cb6f

View File

@ -32,7 +32,7 @@ services:
- http.cors.allow-credentials=true
- http.port=9201
volumes:
- ./.docker/elastic-test-data:/usr/share/elasticsearch-test/data
- ./.docker/elastic-test-data:/usr/share/elasticsearch/data
ports:
- "9201:9201"