fix: use path.repo (dot) so TA can find it as env var

This commit is contained in:
Hermes
2026-05-16 23:02:32 +00:00
parent 208e9ae474
commit c838670a65

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: