diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6b351403..44679462 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -37,7 +37,6 @@ updates: - "/Containers/mastercontainer" - "/Containers/nextcloud" - "/Containers/notify-push" - - "/Containers/onlyoffice" - "/Containers/postgresql" - "/Containers/redis" - "/Containers/talk" diff --git a/php/containers.json b/php/containers.json index 4f7e5654..a63f5d16 100644 --- a/php/containers.json +++ b/php/containers.json @@ -723,7 +723,7 @@ { "container_name": "nextcloud-aio-onlyoffice", "image_tag": "%AIO_CHANNEL%", - "display_name": "OnlyOffice", + "display_name": "OnlyOffice (deprecated)", "image": "ghcr.io/nextcloud-releases/aio-onlyoffice", "init": true, "healthcheck": { diff --git a/php/templates/includes/optional-containers.twig b/php/templates/includes/optional-containers.twig index cd2edee1..dc82ef60 100644 --- a/php/templates/includes/optional-containers.twig +++ b/php/templates/includes/optional-containers.twig @@ -100,7 +100,7 @@