mirror of
https://github.com/jbowdre/phpipam-agent-docker.git
synced 2024-12-28 13:32:18 +00:00
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:
parent
095891252b
commit
6bdbd6f202
1 changed files with 1 additions and 1 deletions
|
@ -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
|
$ 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`).
|
The logs are available on stdout/stderr (allowing to use `docker logs`).
|
||||||
|
|
Loading…
Reference in a new issue