Exec into the phpipam docker container
docker exec -it phpipam-phpipam-web-1 shAdd 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.phpRun the cron job in the background
crond -bCheck the running process
ps aux