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"
|
=== "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:
|
||||||
|
Reference in New Issue
Block a user