Fix ipdb docker-compose needed command (#1175)

'run' must be after the -f flag
This commit is contained in:
Cristian Samaniego 2017-05-19 11:26:20 -07:00 committed by Shupeyko Nikita
parent 215879aa30
commit 7c7176d4f9

View File

@ -121,7 +121,7 @@ Then you may need to run the following for it to work as desired:
:: ::
$ docker-compose run -f dev.yml --service-ports django $ docker-compose -f dev.yml run --service-ports django
django-debug-toolbar django-debug-toolbar