Skip to content
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.
/ OwnDock Public archive

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

License

Notifications You must be signed in to change notification settings

LoopyLinux/OwnDock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published