From c46b6b13a7a7fdf0d4cd9afdcd9db98b7d3ac85f Mon Sep 17 00:00:00 2001 From: Basti Qdoba Date: Sat, 21 Sep 2024 13:26:49 +0200 Subject: [PATCH] Update containers.json correct FULLTEXTSEARCH_HOST resolution to get the fulltextsearch container connect to the right network and the nextcloud container, fixes https://github.com/nextcloud/fulltextsearch/issues/831 Signed-off-by: Basti Qdoba --- php/containers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/containers.json b/php/containers.json index a107df84a40..b41db30c703 100644 --- a/php/containers.json +++ b/php/containers.json @@ -211,7 +211,7 @@ "PHP_UPLOAD_LIMIT=%NEXTCLOUD_UPLOAD_LIMIT%", "PHP_MEMORY_LIMIT=%NEXTCLOUD_MEMORY_LIMIT%", "FULLTEXTSEARCH_ENABLED=%FULLTEXTSEARCH_ENABLED%", - "FULLTEXTSEARCH_HOST=nextcloud-aio-fulltextsearch", + "FULLTEXTSEARCH_HOST=nextcloud-aio-fulltextsearch.nextcloud-aio", "PHP_MAX_TIME=%NEXTCLOUD_MAX_TIME%", "TRUSTED_CACERTS_DIR=%NEXTCLOUD_TRUSTED_CACERTS_DIR%", "STARTUP_APPS=%NEXTCLOUD_STARTUP_APPS%",