Fix for LOADBALANCER_IPS line

Line 98 contained a comma after LOADBALANCER_IPS: ""

When utilizing this feature YAML does not allow trailing commas for key-value pairs causing docker compose commands to fail (likely just a typo).
This commit is contained in:
TSTECH
2025-04-26 12:42:24 -04:00
committed by Anders Kaseorg
parent 2de3b6a0af
commit dd5de6069b

View File

@@ -95,7 +95,7 @@ services:
## If you're using a reverse proxy, you'll want to provide the
## comma-separated set of IP addresses to trust here.
# LOADBALANCER_IPS: "",
# LOADBALANCER_IPS: ""
## By default, files uploaded by users and profile pictures are
## stored directly on the Zulip server. You can configure files