From f0fd4c5c2c3f9c59743e63ef098720f4e89f7137 Mon Sep 17 00:00:00 2001 From: Hermes Date: Sat, 16 May 2026 22:16:26 +0000 Subject: [PATCH] fix: use path_repo (underscore) for ES env var --- infrastructure.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure.org b/infrastructure.org index 169f07a..495103f 100644 --- a/infrastructure.org +++ b/infrastructure.org @@ -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: