Fix ipdb docker-compose needed command

'run' must be after the -f flag
This commit is contained in:
Cristian Samaniego 2017-05-19 11:02:08 -07:00 committed by GitHub
parent 215879aa30
commit ee2e23ee2e

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