From b20f527d7644bcf7288e24194cda135ad33fa12c Mon Sep 17 00:00:00 2001 From: Marcos Lilljedahl Date: Mon, 26 Mar 2018 22:52:20 -0300 Subject: [PATCH] Replace tabs with spaces Signed-off-by: Marcos Lilljedahl --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index f5fccf43..b1095ae8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,7 +11,7 @@ services: read_timeout: "25s" # Maximum time to read HTTP request write_timeout: "25s" # Maximum time to write HTTP response upstream_timeout: "20s" # Maximum duration of upstream function call - should be more than read_timeout and write_timeout - dnsrr: "true" # Temporarily use dnsrr in place of VIP while issue persists on PWD + dnsrr: "true" # Temporarily use dnsrr in place of VIP while issue persists on PWD faas_nats_address: "nats" faas_nats_port: 4222 direct_functions: "true" # Functions are invoked directly over the overlay network