Docker runs the container, and the container is paused every other day?

I used the docker-compose orchestrated image to run the spring cloud project.
there is no problem with the access of the container on the day it runs. After a day, the container is suspended. I can resume it by executing the docker unpause command. What is the problem?

Menu