# Nextcloud Docker Compose Stack - [Nextcloud Docker Compose Stack](#nextcloud-docker-compose-stack) - [Directory structure](#directory-structure) - [Configuration](#configuration) ## Directory structure ``` /opt/docker/nextcloud . ├── docker-compose.yml ├── mariadb.env ├── nextcloud.env └── volumes ├── db └── nextcloud ``` ## Configuration Change the values in **mariadb.env** and **nextcloud.env** accordingly.