This docker-compose solution is meant to be a simple Question2Answer solution with persistent storage on the host... just run docker-compose up
after you configure your .env file!
- Configure the .env file to your custom values
- Run the init.sh to create the persistent storage location of ./var/lib/mysql
- docker-compose up
If you want to change your persistent storage location, make sure you change it also in the docker-compose.yml!