https://github.com/ezitisitis/mysql-docker-compose
Docker-compose with mysql. I use this docker-compose in case when I need mysql but all other stuff have installed locally.
https://github.com/ezitisitis/mysql-docker-compose
Last synced: 5 months ago
JSON representation
Docker-compose with mysql. I use this docker-compose in case when I need mysql but all other stuff have installed locally.
- Host: GitHub
- URL: https://github.com/ezitisitis/mysql-docker-compose
- Owner: ezitisitis
- Created: 2020-03-08T11:40:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-08T13:46:18.000Z (over 6 years ago)
- Last Synced: 2025-06-25T01:07:09.988Z (about 1 year ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mysql Docker-compose
I use this Docker-compose for small projects where I need mysql but all other
stuff is already installed (mostly just for practice).
## Install
Copy environment file
```bash
cp .env.sample .env
```
Run docker-compose
```bash
docker-compose up -d
```
**Done!**