docker-compose up
** There are 2 containersfunmanager_mysql
is the database andfunmanager_web
is the application. ** To connect to either rundocker exec -it <container name> /bin/bash
** To connect to mysql once withinfunmanager_mysql
:mysql -u root -proot -h funmanager_mysql
- Run the SQL import onto the mysql server