Exec into the phpipam docker container
docker exec -it phpipam-phpipam-web-1 sh
Add the cron jon
crontab -e
*/15 * * * * /usr/bin/php /phpipam/functions/scripts/discoveryCheck.php
*/15 * * * * /usr/bin/php /phpipam/functions/scripts/pingCheck.php
*/15 * * * * /usr/bin/php /phpipam/functions/scripts/resolveIPaddresses.php
Run the cron job in the background
crond -b
Check the running process
ps aux