Update Servers/Containerization/Docker/Compose/Nextcloud-AIO.md
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user