From 20043aacab1578a3a99f39667cb015be203a6a5a Mon Sep 17 00:00:00 2001 From: alexz Date: Sat, 11 Apr 2026 11:19:18 +0000 Subject: [PATCH] Upgrade OnlyOffice Docs from 8.2 to 9.3 --- apps/onlyoffice-docs/config.json | 2 +- apps/onlyoffice-docs/docker-compose.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/onlyoffice-docs/config.json b/apps/onlyoffice-docs/config.json index 0b66479..d00b5eb 100644 --- a/apps/onlyoffice-docs/config.json +++ b/apps/onlyoffice-docs/config.json @@ -9,7 +9,7 @@ "description": "ONLYOFFICE Docs is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats (.docx, .xlsx, .pptx) and enabling collaborative editing in real time.", "tipi_version": 7, "dynamic_config": true, - "version": "8.2", + "version": "9.3", "source": "https://github.com/ONLYOFFICE/DocumentServer", "website": "https://www.onlyoffice.com/", "exposable": true, diff --git a/apps/onlyoffice-docs/docker-compose.json b/apps/onlyoffice-docs/docker-compose.json index bc04225..affd2a6 100644 --- a/apps/onlyoffice-docs/docker-compose.json +++ b/apps/onlyoffice-docs/docker-compose.json @@ -3,7 +3,7 @@ "services": [ { "name": "onlyoffice-docs", - "image": "onlyoffice/documentserver:8.2", + "image": "onlyoffice/documentserver:9.3", "isMain": true, "internalPort": 80, "dependsOn": {