Skip to content
Snippets Groups Projects
Webster, Aidan (UG - Comp Sci & Elec Eng)'s avatar
fixed typo in README file for running the container

See merge request !39
c6c71641
History

Steps for running the container

  1. Create a '.env' file in the root directory of the repository (/topgym)

  2. In the .env file add the following two variables:

    1. MYSQL_DATABASE='topgym'
    2. MYSQL_ROOT_PASSWORD='test123'
  3. Finally, in the console run the following command:
    docker-compose up