https://github.com/marktheo/mysql-docker
Docker compose file for mysql deploy
https://github.com/marktheo/mysql-docker
database docker docker-compose mysql
Last synced: 3 months ago
JSON representation
Docker compose file for mysql deploy
- Host: GitHub
- URL: https://github.com/marktheo/mysql-docker
- Owner: marktheo
- Created: 2025-03-15T00:43:53.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-15T00:59:31.000Z (over 1 year ago)
- Last Synced: 2025-03-15T01:32:40.380Z (over 1 year ago)
- Topics: database, docker, docker-compose, mysql
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MySQL deploy guide for Docker
**Create the container volume before running docker compose**
```
docker volume create mysql-data
```
**Access the cloned repository folder and run docker compose**
```
docker compose up -d
```