Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zigzagdev/dockermysql


https://github.com/zigzagdev/dockermysql

Last synced: about 2 months 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
```