Update README.md

This commit is contained in:
mc303 2020-10-30 16:10:40 +01:00 committed by GitHub
parent c0d39790e5
commit f5638640d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,8 +22,8 @@ This container can be used as a discovery scan agent.
For scheduled scans you have to run script from cron. Add something like following to your cron to scan each 15 minutes:
```bash
1/15 * * * * php /where/your/agent/index.php update
1/15 * * * * php /where/your/agent/index.php discover
1/15 * * * * /usr/local/bin/php /opt/phpipam-agent/index.php update
1/15 * * * * /usr/local/bin/php /opt/phpipam-agent/index.php discover
```
## Run this container