mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-02 21:13:41 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user