alseambusher / crontab-ui

Easy and safe way to manage your crontab file
https://lifepluslinux.blogspot.com/2015/06/crontab-ui-easy-and-safe-way-to-manage.html
MIT License
2.84k stars 475 forks source link

Crontab-ui doesn't start after reboot #244

Open paolosezart opened 10 months ago

paolosezart commented 10 months ago

I have installed and configured crontab-ui on my ubuntu. However, after a reboot, I have to run it manually. Is this a glitch or is the crontab-ui not designed for offline operation and needs to be run manually every time?

haat-reassured commented 1 month ago

Run the crontab-ui container with --restart always in your docker run command, or add: restart: always to your docker-compose.yml.