Skip to content

Commit dd5de60

Browse files
tstechnologiesandersk
authored andcommitted
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).
1 parent 2de3b6a commit dd5de60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ services:
9595

9696
## If you're using a reverse proxy, you'll want to provide the
9797
## comma-separated set of IP addresses to trust here.
98-
# LOADBALANCER_IPS: "",
98+
# LOADBALANCER_IPS: ""
9999

100100
## By default, files uploaded by users and profile pictures are
101101
## stored directly on the Zulip server. You can configure files

0 commit comments

Comments
 (0)