mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-15 07:53:09 +00:00
Fix ipdb docker-compose needed command (#1175)
'run' must be after the -f flag
This commit is contained in:
parent
215879aa30
commit
7c7176d4f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue