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