Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zigzagdev/dockermysql
https://github.com/zigzagdev/dockermysql
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zigzagdev/dockermysql
- Owner: zigzagdev
- License: apache-2.0
- Created: 2022-05-25T16:59:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-20T16:00:53.000Z (6 months ago)
- Last Synced: 2024-06-21T10:02:18.176Z (6 months ago)
- Language: Dockerfile
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```