Docker OwnCloud Update I've updated the owncloud Docker compose file to include a Nginx automatic reverse proxy and added some scripts to handle backing up and restoring the database. See more information in the README Doodle's Geek Monkey by Alastair Montgomery read more
Owncloud running on Docker Owncloud Running on Docker Just a quick test getting ownCloud to run on Docker Refences Owncloud Docker information : https://hub.docker.com/r/library/owncloud/ mySQL Docker information : https://hub.docker.com/_/mysql/ Setup the database connection Enter details as follows (as setup in the compose file); Choose MySQL/MariaDB Database user : owncloud Database password : password Database name : owncloud Host : mysql Local Volume Create a local directory for your ownCloud files /var/www/owncloud Running Clone the repo then run the following in the directory docker-compose -d up read more