diff --git a/Servers/Containerization/Docker/Compose/OnlyOffice-ee.md b/Servers/Containerization/Docker/Compose/OnlyOffice-ee.md index 3439082..d97a114 100644 --- a/Servers/Containerization/Docker/Compose/OnlyOffice-ee.md +++ b/Servers/Containerization/Docker/Compose/OnlyOffice-ee.md @@ -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. -```jsx title="docker-compose.yml" +```yaml title="docker-compose.yml" version: '3' services: @@ -42,7 +42,7 @@ networks: external: true ``` -```jsx title=".env" +```yaml title=".env" Not Applicable ``` :::tip