Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 273 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 273 Bytes

If you find a bug in this project, please report it to the https://www.goglides.dev/ forum.

Run mysql docker container with volume mount.

podman volume create mysql-data
podman run -d -e MYSQL_ROOT_PASSWORD=root -p 3306:3306 -v mysql-data:/var/lib/mysql mysql