Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/siner308/mysql-docker

mysql server with docker compose
https://github.com/siner308/mysql-docker

Last synced: about 4 hours ago
JSON representation

mysql server with docker compose

Awesome Lists containing this project

README

        

# mysql-docker

## set env

```bash
$ cp .env.sample .env
```

## start

```bash
$ docker-compose up -d --build
```

## stop

```bash
$ docker-compose down
```

## set adminer

If you want UI dashbord together, just unset comment in docker-compose `adminer` application