Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Latest commit

 

History

History
41 lines (27 loc) · 1.07 KB

File metadata and controls

41 lines (27 loc) · 1.07 KB

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
```