Docker-compose remote debugger fails to gracefully terminate containers
When I run docker-compose outside PyCharm everything runs and stops smoothly. But, when I try to run it from PyCharm, containers go up correctly but it fails to stop them gracefully. Instead, I get a "Process finished with exit code 137 (interrupted by signal 9: SIGKILL)" and only main container actually stops all the others reaming running. Any hints? Is there a way to tell PyCharm to wait a little longer?
请先登录再写评论。