Skip to content

Commit 9084d2e

Browse files
committed
chore: updated compose for new recommended variables
1 parent 492e71f commit 9084d2e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

compose.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,7 @@ services:
2121
UNIFI_CONTROLLER_URL: "URL to your UniFi controller with protocol (`http://` or `https://`)."
2222
UNIFI_API_KEY: "API Key for your UniFi controller."
2323
UNIFI_HAS_VALID_CERT: "true" # Set to false only if your UniFi controller does not use a valid SSL certificate. Typically, this should remain true when accessing the controller (UNIFI_CONTROLLER_URL) through a reverse proxy or any setup providing trusted SSL certificates (e.g., Let's Encrypt).
24-
WIFI_SSID: "Your guest WiFi SSID" # Optional
25-
WIFI_PASSWORD: "Youw guest WiFi password" # Optional
24+
WIFI_SSID: "Your guest WiFi SSID" # Optional, but recommended
25+
WIFI_PASSWORD: "Youw guest WiFi password" # Optional, but recommended
26+
GUEST_SUBNETWORK: "Your guest subnetwork in IPv4 CIDR notation (X.X.X.X/X)" # Optional, but recommended
27+
TIMEZONE: "Your timezone (America/Toronto)" # Optional, but recommended

0 commit comments

Comments
 (0)