Skip to content

Commit b715aaa

Browse files
authored
Fix docs
1 parent 50a8f9e commit b715aaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guide/remote-hosts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ When the connection to a docker host is lost, LoggiFly will try to reconnect eve
1717
When multiple hosts are set LoggiFly will use **labels** to differentiate between them both in notifications and in logging.<br>
1818
You can set a **label** by appending it to the address with `"|"` ([_see example_](#remote-hosts-example)).<br>
1919
When no label is set LoggiFly will use the **hostname** retrieved via the docker daemon. If that fails, usually because `INFO=1` has to be set when using a proxy, the labels will just be `Host-{Nr}`.<br>
20-
Note that labels and hostnames are only being used when there are more than two hosts being monitored.
20+
Note that labels and hostnames are only being used when there is more than one host being monitored.
2121

2222
::: tip
2323
If you want to set a label to your _mounted docker socket_ you can do so by adding `unix:///var/run/docker.sock|label` in the `DOCKER_HOST` environment variable (_the socket still has to be mounted_) or just set the address of a [socket proxy](#socket-proxy) with a label.

0 commit comments

Comments
 (0)