fix: use path_repo (underscore) for ES env var
This commit is contained in:
@@ -1259,7 +1259,7 @@ services:
|
|||||||
- discovery.type=single-node
|
- discovery.type=single-node
|
||||||
- ES_JAVA_OPTS=-Xms512m -Xmx512m
|
- ES_JAVA_OPTS=-Xms512m -Xmx512m
|
||||||
- xpack.security.enabled=false
|
- xpack.security.enabled=false
|
||||||
- path.repo=/usr/share/elasticsearch/data/snapshot
|
- path_repo=/usr/share/elasticsearch/data/snapshot
|
||||||
volumes:
|
volumes:
|
||||||
- ${FOLDER_FOR_DATA:?err}/tubearchivist/es:/usr/share/elasticsearch/data
|
- ${FOLDER_FOR_DATA:?err}/tubearchivist/es:/usr/share/elasticsearch/data
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|||||||
Reference in New Issue
Block a user