fix: use path_repo (underscore) for ES env var

This commit is contained in:
Hermes
2026-05-16 22:16:26 +00:00
parent 848e8b7f4c
commit f0fd4c5c2c

View File

@@ -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: