https://github.com/evilfreelancer/docker-nextcloud
Composition of containers for using Nextcloud
https://github.com/evilfreelancer/docker-nextcloud
certbot docker docker-compose nextcloud nginx template
Last synced: 5 months ago
JSON representation
Composition of containers for using Nextcloud
- Host: GitHub
- URL: https://github.com/evilfreelancer/docker-nextcloud
- Owner: EvilFreelancer
- License: mit
- Created: 2020-03-23T20:04:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T15:16:30.000Z (almost 3 years ago)
- Last Synced: 2025-04-06T14:21:24.463Z (9 months ago)
- Topics: certbot, docker, docker-compose, nextcloud, nginx, template
- Size: 5.86 KB
- Stars: 23
- Watchers: 1
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker composition of Nextcloud
Composition of containers for using Nextcloud
## How to use
Just clone this repo then go to folder with sources
git clone https://github.com/EvilFreelancer/docker-nextcloud.git
cd docker-nextcloud
Copy dist configs and fix your parameters if need
cp -v docker-compose.yml.dist docker-compose.yml
cp -v configs/nginx/conf.d/default.conf.dist configs/nginx/conf.d/default.conf
Start composition of containers
docker-compose up -d
Go to http://localhost and install the system.
## Links
* https://nextcloud.com/
* https://github.com/nextcloud
* https://hub.docker.com/_/nextcloud/