In this challenge you must hack into the admin account by discovering the secrets within. There may be more than one way to solve the challenge, but all routes lead to glory and security patches!
In the root directory pull images:
docker-compose pull
Then build containers:
docker-compose up -d --build
To stop running containers:
docker-compose down
configuration changes can be made in the docker-compose.yml file.