From 4a7ed522137443cd4770af669e3e1e95436d7ada Mon Sep 17 00:00:00 2001 From: Simon L Date: Thu, 24 Aug 2023 15:38:50 +0200 Subject: [PATCH] should be available with 27.1.0 Signed-off-by: Simon L --- Containers/nextcloud/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/nextcloud/entrypoint.sh b/Containers/nextcloud/entrypoint.sh index 980f8a56..762899b1 100644 --- a/Containers/nextcloud/entrypoint.sh +++ b/Containers/nextcloud/entrypoint.sh @@ -735,7 +735,7 @@ else fi # Docker socket proxy -if version_greater "$installed_version" "28.0.0.0"; then +if version_greater "$installed_version" "27.1.0.0"; then if [ "$DOCKER_SOCKET_PROXY_ENABLED" = 'yes' ]; then if ! [ -d "/var/www/html/custom_apps/app_ecosystem_v2" ]; then php /var/www/html/occ app:install app_ecosystem_v2