Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jcf-dev/mysql5.7-docker-compose-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This will create a MySQL 5.7 instance using Docker Compose

To Run:

Make sure you've got docker and docker compose installed and execute:

docker compose -f docker-compose.mysql5.yml up -d

To Shutdown (this will NOT delete the data)

docker compose -f docker-compose.mysql5.yml down

To Shutdown and CLEAR all mysql data

docker compose -f docker-compose.mysql5.yml down -v

NOTES:

  • Data will be stored in data dir.
  • Put any initial database or sql scripts on initdb dir.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published