Steps for running the container
-
Create a '.env' file in the root directory of the repository (/topgym)
-
In the .env file add the following two variables:
- MYSQL_DATABASE='topgym'
- MYSQL_ROOT_PASSWORD='test123'
- MYSQL_DATABASE='topgym'
-
Finally, in the console run the following command:
docker-compose up