starts its own database in the serer that other containers can connect to
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
This software is licensed under the MIT license.
© 2018 Mistaguy