From c838670a655f8605232bb98b8c7ff32fcee2c4d3 Mon Sep 17 00:00:00 2001 From: Hermes Date: Sat, 16 May 2026 23:02:32 +0000 Subject: [PATCH] fix: use path.repo (dot) so TA can find it as env var --- infrastructure.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure.org b/infrastructure.org index 56bd50f..8eda4e9 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: