Skip to content

jayrcodes/mysql-local

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A standalone mysql docker container.

Usually the mysql docker container is part of the main app's docker compose setup.

This setup is to have a separate mysql docker container that can persist data even if the main app's docker container is deleted.

How to setup

cp .env.example .env
docker compose up -d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published