2024-04-30 14:05:01 +00:00
|
|
|
# Nextcloud Docker Compose Stack
|
|
|
|
|
2024-05-23 13:58:33 +02:00
|
|
|
- [Nextcloud Docker Compose Stack](#nextcloud-docker-compose-stack)
|
|
|
|
- [Directory structure](#directory-structure)
|
|
|
|
- [Configuration](#configuration)
|
|
|
|
|
2024-04-30 14:05:01 +00:00
|
|
|
## Directory structure
|
|
|
|
```
|
|
|
|
/opt/docker/nextcloud
|
|
|
|
.
|
|
|
|
├── docker-compose.yml
|
|
|
|
├── mariadb.env
|
|
|
|
├── nextcloud.env
|
|
|
|
└── volumes
|
|
|
|
├── db
|
|
|
|
└── nextcloud
|
2024-05-23 13:53:57 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
## Configuration
|
|
|
|
Change the values in **mariadb.env** and **nextcloud.env** accordingly.
|