Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/siner308/mysql-docker
- Owner: siner308
- Created: 2020-02-17T10:12:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T20:23:46.000Z (9 months ago)
- Last Synced: 2024-02-29T21:37:00.757Z (9 months ago)
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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