diff --git a/Containers/onlyoffice/Dockerfile b/Containers/onlyoffice/Dockerfile index 6be6b60e..31c243d8 100644 --- a/Containers/onlyoffice/Dockerfile +++ b/Containers/onlyoffice/Dockerfile @@ -1,4 +1,4 @@ # From https://github.com/ONLYOFFICE/Docker-DocumentServer/blob/master/Dockerfile -FROM onlyoffice/documentserver:7.1.1.23 +FROM onlyoffice/documentserver:7.2.0.204 HEALTHCHECK CMD curl -skfI localhost || exit 1 \ No newline at end of file diff --git a/manual-install/update-yaml.sh b/manual-install/update-yaml.sh index 3cbc708e..d8945f7b 100644 --- a/manual-install/update-yaml.sh +++ b/manual-install/update-yaml.sh @@ -123,9 +123,5 @@ sed -i '/image:/s/$/:latest-arm64/' latest-arm64.yml sed -i '/ nextcloud-aio-clamav:/,/^ $/d' latest-arm64.yml sed -i '/nextcloud[-_]aio[-_]clamav/d' latest-arm64.yml sed -i '/CLAMAV_ENABLED/d' latest-arm64.yml -sed -i '/ nextcloud-aio-onlyoffice:/,/^ $/d' latest-arm64.yml -sed -i '/nextcloud[-_]aio[-_]onlyoffice/d' latest-arm64.yml -sed -i '/ONLYOFFICE_ENABLED/d' latest-arm64.yml -sed -i '/ONLYOFFICE_SECRET/d' latest-arm64.yml rm containers.yml diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 0bee9d6c..24e1dc5a 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -483,20 +483,20 @@

{% endif %} {% if is_onlyoffice_enabled == true %} -
+
{% else %} - {#
#} + {#
#} {% endif %} Minimal system requirements: When any optional addon is enabled, at least 2GB RAM, a dual-core CPU and 40GB system storage are required. When enabling ClamAV or Fulltextsearch, at least 3GB RAM are required. When enabling everything, at least 4GB RAM are required. Recommended are at least 1GB more RAM than the minimal requirement.

{% if isAnyRunning == true or is_x64_platform == false %} - {% endif %} {% if isAnyRunning == true %} + {% endif %}