nextcloud in docker

Toastie ec65069814 initial 1 year ago
.env.template 0e978c20b0 initial 1 year ago
.gitignore 0e978c20b0 initial 1 year ago
LICENSE 0694f0de7e removed copyright 1 year ago
README.md ec65069814 initial 1 year ago
docker-compose.yml 0e978c20b0 initial 1 year ago

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.