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

https://github.com/noclin/docker-dev-db


https://github.com/noclin/docker-dev-db

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# docker development database quickstart

usage:

change `docker-compose.yml` as you wish, then

```
docker-compose up --no-start
docker-compose start mysql
# or
docker start dev-mysql
...
```