-
Notifications
You must be signed in to change notification settings - Fork 1
Installation Instructions Docker
Amol Sangar edited this page Feb 25, 2022
·
2 revisions
- Docker
- Ports 27017(MongoDB) and 3306(MySQL) are open
- Clone git repository
git clone -b p1-developer https://github.com/airavata-courses/Puzzles.git
- Go to Puzzles directory
cd Puzzles
- Run application
docker-compose up -d
- Stop application
docker-compose down