Update Servers/Containerization/Docker/Compose/OnlyOffice-ee.md

This commit is contained in:
2025-04-20 23:58:01 -06:00
parent 8ca171c264
commit c2d84830ea

View File

@ -1,6 +1,6 @@
**Purpose**: ONLYOFFICE offers a secure online office suite highly compatible with MS Office formats. Generally used with Nextcloud to edit documents directly within the web browser. **Purpose**: ONLYOFFICE offers a secure online office suite highly compatible with MS Office formats. Generally used with Nextcloud to edit documents directly within the web browser.
```jsx title="docker-compose.yml" ```yaml title="docker-compose.yml"
version: '3' version: '3'
services: services:
@ -42,7 +42,7 @@ networks:
external: true external: true
``` ```
```jsx title=".env" ```yaml title=".env"
Not Applicable Not Applicable
``` ```
:::tip :::tip