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": {