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

https://github.com/zigzagdev/dockermysql


https://github.com/zigzagdev/dockermysql

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

          

# DockerMysql

Docker+Mysql

directory

```
├── src
├── docker
│ ├── app //PHP
│ │ ├── Dockerfile
│ │ └── php.ini
│ ├── db // mysql
│ │ ├──my.conf
│ │
│ └── web //nginx
│ ├── default.conf
│ └──
└── docker-compose.yml
```