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: