Maghin / docker-iTop

:whale: iTop on Docker
https://www.combodo.com/itop
MIT License
6 stars 12 forks source link

Scheduling cron.php #3

Open kfoon opened 2 years ago

kfoon commented 2 years ago

After in installation it request for cron to be setup but the webservice folder is not mounted

Maghin commented 2 years ago

I'll check it out as soon as possible, thank you

kfoon commented 2 years ago

For the cron what i did was echo "/5 * php /var/www/itop/webservices/cron.php --param_file=/var/www/itop/webservices/cron.params >> /var/log/itop-cron.log 2>&1" > /etc/cron.d/itop

inside the container and then commit the changes