Hi!
This error happened to me when i run docker compose up for the first time and my lines of code has some error.
Try docker compose build and then docker compose up, the docker compose up make a build first and then he made the up, but only once in the time.
I hope it helps!