DEV Community

Discussion on: Creating an app with Docker Compose, Django, and Create React App

Collapse
 
turtlewolf profile image
TurtleWolfe • Edited

issues/8688

This issue started with the v3.4.1 upgrade, I listed 5-6 ways from this thread on how to fix it, from pinning to the 3.4.0 version, changing docker-compose up to docker-compose run.. for now I've settled adding a terminal to my compose file, but someone else pointed out the reason they closed the terminal is it could be a security risk. Ultimately the issue is when docker has the server running it thinks it's completed the job and exits.

alt text