From adfd53436bb124e6dcc7b8c0357049bf6a7151af Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Sun, 20 Apr 2025 23:57:04 -0600 Subject: [PATCH] Update Servers/Containerization/Docker/Compose/Nextcloud-AIO.md --- Servers/Containerization/Docker/Compose/Nextcloud-AIO.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Servers/Containerization/Docker/Compose/Nextcloud-AIO.md b/Servers/Containerization/Docker/Compose/Nextcloud-AIO.md index 6c2eff4..b8e9db0 100644 --- a/Servers/Containerization/Docker/Compose/Nextcloud-AIO.md +++ b/Servers/Containerization/Docker/Compose/Nextcloud-AIO.md @@ -9,7 +9,7 @@ This version of Nextcloud consists of 12 containers that are centrally managed b === "Simplified Docker-Compose.yml" - ```jsx title="docker-compose.yml" + ```yaml title="docker-compose.yml" services: nextcloud-aio-mastercontainer: image: nextcloud/all-in-one:latest @@ -37,7 +37,7 @@ This version of Nextcloud consists of 12 containers that are centrally managed b === "Extended Docker-Compose.yml" - ```jsx title="docker-compose.yml" + ```yaml title="docker-compose.yml" services: nextcloud-aio-mastercontainer: image: nextcloud/all-in-one:latest @@ -109,7 +109,7 @@ This version of Nextcloud consists of 12 containers that are centrally managed b ``` ## Traefik Reverse Proxy Configuration -```jsx title="cloud.bunny-lab.io.yml" +```yaml title="cloud.bunny-lab.io.yml" http: routers: nextcloud-aio: