Update Servers/Containerization/Docker/Compose/Nextcloud-AIO.md

This commit is contained in:
2025-04-20 23:57:04 -06:00
parent 1ea70e5ef2
commit adfd53436b

View File

@ -9,7 +9,7 @@ This version of Nextcloud consists of 12 containers that are centrally managed b
=== "Simplified Docker-Compose.yml" === "Simplified Docker-Compose.yml"
```jsx title="docker-compose.yml" ```yaml title="docker-compose.yml"
services: services:
nextcloud-aio-mastercontainer: nextcloud-aio-mastercontainer:
image: nextcloud/all-in-one:latest 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" === "Extended Docker-Compose.yml"
```jsx title="docker-compose.yml" ```yaml title="docker-compose.yml"
services: services:
nextcloud-aio-mastercontainer: nextcloud-aio-mastercontainer:
image: nextcloud/all-in-one:latest 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 ## Traefik Reverse Proxy Configuration
```jsx title="cloud.bunny-lab.io.yml" ```yaml title="cloud.bunny-lab.io.yml"
http: http:
routers: routers:
nextcloud-aio: nextcloud-aio: