13 lines
311 B
Markdown
13 lines
311 B
Markdown
# Nextcloud configuration
|
|
|
|
## Setup
|
|
|
|
```bash
|
|
chmod +x ./setup.sh
|
|
./setup.sh
|
|
```
|
|
|
|
## References
|
|
|
|
- [Nextcloud with docker-compose](https://stangneth.com/2022/02/02/nextcloud-with-docker-compose/)
|
|
- [Setup Nextcloud with Redis using Docker](https://markontech.com/docker/setup-nextcloud-with-redis-using-docker/) |