elasticsearch data cant be a filesystem volume
This commit is contained in:
parent
4c2afbb3b8
commit
5e5416d11c
|
|
@ -36,7 +36,7 @@ services:
|
|||
ELASTIC_VERSION: ${ELASTIC_VERSION}
|
||||
volumes:
|
||||
- ./elasticsearch/config/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml:ro,Z
|
||||
- ./elasticsearch/data:/usr/share/elasticsearch/data:Z
|
||||
- elasticsearch:/usr/share/elasticsearch/data:Z
|
||||
ports:
|
||||
- 9200:9200
|
||||
- 9300:9300
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user