Documentation: fix delay

The delay between 2 discovery jobs is 1mn.
Resolves #1

Signed-off-by: pierrecdn <me@pierre-cheynier.net>
This commit is contained in:
pierrecdn 2019-01-20 17:04:50 +01:00
parent 095891252b
commit 6bdbd6f202
No known key found for this signature in database
GPG Key ID: B5225BD1F45B2127
1 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,6 @@ Pass the MySQL password and the phpipam agent key.
$ docker run -ti -d -e PHPIPAM_AGENT_KEY=dummy-key -e MYSQL_ENV_MYSQL_PASSWORD=my-secret-pw --name ipam-agent --link phpipam-mysql:mysql pierrecdn/phpipam-agent
```
Now, the discovery scans will be performed every 15mn by default.
Now, the discovery scans will be performed every 1mn by default.
The logs are available on stdout/stderr (allowing to use `docker logs`).