Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added MySQL data volume to docker compose (#20982)
no issue - This allows us to run `docker-compose down` or to restart docker desktop without losing all our local databases - Added a data volume to the MySQL service in the `docker-compose.yml` file to persist the data between container restarts - The `yarn docker:reset` command will still reset all the data in the database since it uses `down -v` to remove the volumes as well
- Loading branch information