docker setup for nextcloud
https://home.thurloat.com
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
331 B
12 lines
331 B
# Nextcloud Docker Compose
|
|
|
|
This was pieced together from a few difference places and cleaned up. Has been
|
|
installed and gone through multiple nextcloud major version upgrades.
|
|
|
|
I run this at home with over VPN and a public gateway server for public IP / DNS.
|
|
|
|
```
|
|
docker-compose pull
|
|
docker-compose build
|
|
docker-compose up -d
|
|
```
|
|
|