From 8c10392eda8b61dc83d2dec14a713899acb8e877 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Thu, 2 Jan 2025 09:07:46 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-smokeping.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/images/docker-smokeping.md b/docs/images/docker-smokeping.md index c1fb1ab0a..66177556e 100644 --- a/docs/images/docker-smokeping.md +++ b/docs/images/docker-smokeping.md @@ -60,6 +60,7 @@ services: smokeping: image: lscr.io/linuxserver/smokeping:latest container_name: smokeping + hostname: smokeping #optional environment: - PUID=1000 - PGID=1000 @@ -80,6 +81,7 @@ services: ```bash docker run -d \ --name=smokeping \ + --hostname=smokeping `#optional` \ -e PUID=1000 \ -e PGID=1000 \ -e TZ=Etc/UTC \ @@ -125,6 +127,7 @@ Containers are configured using parameters passed at runtime (such as those abov | Parameter | Function | | :-----: | --- | +| `--hostname=` | In a master-slave architecture, the hostname of the master node is displayed as its name in the web interface, while the hostname of the slave nodes represents their device aliases. These slave hostnames must match the aliases defined in the master's Slaves file. | ## Environment variables from files (Docker secrets)