/OwnDock

:whale: Docker-Compose file for creating automated owncloud, mariadb plus a corresponding data container :whale:

GNU General Public License v3.0GPL-3.0

Docker-Compose: owncloud + MariaDB + Data Container

🐳 Tree 🐳

├── LICENSE
├── Readme.md
└── docker-compose.yml

🐳 What is this? 🐳

With this docker-compose.yml file you can easily spin up your owncloud with a database and a data container where everything is stored safe.

Clone the repository

git clone https://github.com/ArgonQQ/docker_owncloud-mariadb.git

Change directory and start the container daemonized

docker-compose up -d

Now visit the ip of your docker-machinehttp://IP-Adress:PORT

owncloud-interface

🐳 Credentials 🐳

Now enter the following credentials in the menu "MySQL/MariaDB"

DB-User:		root # Standard root MariaDB user
DB-Password:	MyPa$$word # Is set in the docker-compose.yml file
DB-Name:		oc-db # You can chose a different name
DB-Host:		db #Links to the DB-Container
```