Docker/docker-compose and Pycharm debug port conflict
I Am trying to set up the debug environment for Pycharm and Python(Fastapi) in Docker (with docker-compose). But I stuck into the problem that I cannot launch both: the debug server and the docker image. My setup of the entry…