docker-compose/nextcloud/README.md

20 lines
465 B
Markdown
Raw Permalink Normal View History

2024-04-30 14:05:01 +00:00
# Nextcloud Docker Compose Stack
- [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.