I see that I\'m not the first one to ask the question but there was no clear answer to this:
How to use pdb with docker-composer in Python development?
W
Try running your web container with the --service-ports option: docker-compose run --service-ports web
docker-compose run --service-ports web