/docker-database

A docker container for MySQL / Mariab DB database

MIT LicenseMIT

Docker-database

starts its own database in the serer that other containers can connect to

Requirements

Server

How to use

Place the schema file eg schema.sql in the db_dump folder and issue the command below.

git clone https://github.com/mistaguy/docker-database.git
cd docker-database
cp .env.example .env
chmod 600 .env
# > Edit configuration in .env

docker-compose up -d

License

This software is licensed under the MIT license.

© 2018 Mistaguy