An open API service indexing awesome lists of open source software.

https://github.com/ezitisitis/mysql-docker-compose

Docker-compose with mysql. I use this docker-compose in case when I need mysql but all other stuff have installed locally.
https://github.com/ezitisitis/mysql-docker-compose

Last synced: 5 months ago
JSON representation

Docker-compose with mysql. I use this docker-compose in case when I need mysql but all other stuff have installed locally.

Awesome Lists containing this project

README

          

# Mysql Docker-compose

I use this Docker-compose for small projects where I need mysql but all other
stuff is already installed (mostly just for practice).

## Install

Copy environment file
```bash
cp .env.sample .env
```

Run docker-compose
```bash
docker-compose up -d
```

**Done!**