Question - How to fix CRON not starting with docker destop

Have an instance of Eramba running on linux. Now want to start using docker desktop but CRON will not start. Does anybody have encountered this problem? Its specific to DockerDesktop.

Log entry
2023-11-27 21:28:27 exec /docker-cron-entrypoint.sh: no such file or directory
2023-11-27 21:29:27 exec /docker-cron-entrypoint.sh: no such file or directory
2023-11-27 21:30:27 exec /docker-cron-entrypoint.sh: no such file or directory

File is there :slight_smile:

Hello,

So maybe permissions are not correct?

Hi, I am having the same problem. The β€œcron” container restarts automatically.
The log shows the following error:

The file is located at the source.


2

Most probably permissions on that file are not correct. Try to add 755 permissions.