Do you need to ask a question?
Your Question
Does the container crash after 5 to 10 minutes of idle time?
I use this command to start the container: docker compose -f docker-compose.ghcr.yml up -d
I have got this problem in both v1.3.x and v1.4.2.
The following cronjob failed to keep the container up.
$ crontab -l
*/10 * * * * curl -k localhost:3782 | wc -c
Please see the docker log
container_crash.log
Related Module
Installation/Setup
Additional Context
No response
Do you need to ask a question?
Your Question
Does the container crash after 5 to 10 minutes of idle time?
I use this command to start the container: docker compose -f docker-compose.ghcr.yml up -d
I have got this problem in both v1.3.x and v1.4.2.
The following cronjob failed to keep the container up.
$ crontab -l
*/10 * * * * curl -k localhost:3782 | wc -c
Please see the docker log
container_crash.log
Related Module
Installation/Setup
Additional Context
No response