From 6ddf0fb077b32790b3483bf5eeb88f022d9bbebf Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Wed, 25 Sep 2024 13:00:27 +0200 Subject: [PATCH] also add the other services that use direct communication Signed-off-by: Simon L. --- php/containers.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/php/containers.json b/php/containers.json index b41db30c..a15a48f3 100644 --- a/php/containers.json +++ b/php/containers.json @@ -196,7 +196,7 @@ "AIO_URL=%AIO_URL%", "NEXTCLOUD_MOUNT=%NEXTCLOUD_MOUNT%", "CLAMAV_ENABLED=%CLAMAV_ENABLED%", - "CLAMAV_HOST=nextcloud-aio-clamav", + "CLAMAV_HOST=nextcloud-aio-clamav.nextcloud-aio", "ONLYOFFICE_ENABLED=%ONLYOFFICE_ENABLED%", "COLLABORA_ENABLED=%COLLABORA_ENABLED%", "COLLABORA_HOST=nextcloud-aio-collabora", @@ -206,7 +206,7 @@ "TZ=%TIMEZONE%", "TALK_PORT=%TALK_PORT%", "IMAGINARY_ENABLED=%IMAGINARY_ENABLED%", - "IMAGINARY_HOST=nextcloud-aio-imaginary", + "IMAGINARY_HOST=nextcloud-aio-imaginary.nextcloud-aio", "CLAMAV_MAX_SIZE=%APACHE_MAX_SIZE%", "PHP_UPLOAD_LIMIT=%NEXTCLOUD_UPLOAD_LIMIT%", "PHP_MEMORY_LIMIT=%NEXTCLOUD_MEMORY_LIMIT%", @@ -220,7 +220,7 @@ "INSTALL_LATEST_MAJOR=%INSTALL_LATEST_MAJOR%", "TALK_RECORDING_ENABLED=%TALK_RECORDING_ENABLED%", "RECORDING_SECRET=%RECORDING_SECRET%", - "TALK_RECORDING_HOST=nextcloud-aio-talk-recording", + "TALK_RECORDING_HOST=nextcloud-aio-talk-recording.nextcloud-aio", "FULLTEXTSEARCH_PASSWORD=%FULLTEXTSEARCH_PASSWORD%", "DOCKER_SOCKET_PROXY_ENABLED=%DOCKER_SOCKET_PROXY_ENABLED%", "REMOVE_DISABLED_APPS=%REMOVE_DISABLED_APPS%",