Features:
- Setups Docker behind a nginx server
- Generates 8k heavy SSL certificate
- Keeps config and data in a persistent volume
Get me started
- Set your hostname in the Dockerfile
- Build from Repo
docker build -t owncloud .
- Start via
docker run -d -p 443:443 -v /where/the/repo/is/data:/var/www/owncloud/data -v /where/the/repo/is/config:/var/www/ownlcoud/config owncloud
- Change permissions of presistent folders with
chown -R www-data: ./config ./data
- Trust the SSL certificate