From c2d84830eaeef697425c499b511a65cd926b6f51 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Sun, 20 Apr 2025 23:58:01 -0600 Subject: [PATCH] Update Servers/Containerization/Docker/Compose/OnlyOffice-ee.md --- Servers/Containerization/Docker/Compose/OnlyOffice-ee.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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