Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 387 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 387 Bytes

Run your docker with docker-compose. It helps to keep your arguments/settings in a single file and run together in an isolated environment.

Install docker-compose

pip install -U docker-compose

To start your apllication. Run following command

docker-compose up -d

Visit http://127.0.0.1:8888

To stop the service

docker-compose stop