You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/remote-hosts.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ When the connection to a docker host is lost, LoggiFly will try to reconnect eve
17
17
When multiple hosts are set LoggiFly will use **labels** to differentiate between them both in notifications and in logging.<br>
18
18
You can set a **label** by appending it to the address with `"|"` ([_see example_](#remote-hosts-example)).<br>
19
19
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.
21
21
22
22
::: tip
23
23
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