Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 593 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 593 Bytes

Owncloud 8 in Docker

Features:

  • Setups Docker behind a nginx server
  • Generates 8k heavy SSL certificate
  • Keeps config and data in a persistent volume

Get me started

  1. Set your hostname in the Dockerfile
  2. Build from Repo docker build -t owncloud .
  3. 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
  4. Change permissions of presistent folders with chown -R www-data: ./config ./data
  5. Trust the SSL certificate