diff --git a/Containers/nextcloud/entrypoint.sh b/Containers/nextcloud/entrypoint.sh
index b4f7dee4..a1152469 100644
--- a/Containers/nextcloud/entrypoint.sh
+++ b/Containers/nextcloud/entrypoint.sh
@@ -734,7 +734,7 @@ else
fi
# Docker socket proxy
-if version_greater "$installed_version" "27.1.0.0"; then
+if version_greater "$installed_version" "27.1.2.0"; then
if [ "$DOCKER_SOCKET_PROXY_ENABLED" = 'yes' ]; then
if ! [ -d "/var/www/html/custom_apps/app_api" ]; then
php /var/www/html/occ app:install app_api
diff --git a/php/templates/containers.twig b/php/templates/containers.twig
index 165ceef3..cfef728f 100644
--- a/php/templates/containers.twig
+++ b/php/templates/containers.twig
@@ -589,7 +589,7 @@
{% if is_docker_socket_proxy_enabled == true %}
{% else %}
- {#
#}
+
{% endif %}