nextcloud in docker

Toastie ec65069814 initial vor 2 Jahren
.env.template 0e978c20b0 initial vor 2 Jahren
.gitignore 0e978c20b0 initial vor 2 Jahren
LICENSE 0694f0de7e removed copyright vor 2 Jahren
README.md ec65069814 initial vor 2 Jahren
docker-compose.yml 0e978c20b0 initial vor 2 Jahren

README.md

nextcloud in docker

Prerequisites

It is assumed that on the docker host we're already running

  1. a jwilder/nginx-proxy reverse proxy
  2. together with nginx-proxy/acme-companion to obtain letsencrypt TLS certificates

Used volumes

  • ./data/webroot - all files and the sqlite database

Installation & Configuration

  1. Clone the repo this repo to /opt/docker
  2. Copy .env.template to .env and setup your hostname, admin user and password
  3. Run docker-compose up and watch out for possible errors. If everything goes fine, re-run with -d.