From d1e2957198692c81f44d98d52be287aa187f87ae Mon Sep 17 00:00:00 2001 From: Christopher Usher Date: Tue, 1 Oct 2019 19:49:04 +0100 Subject: [PATCH] minor style changes to docker-compose --- docker-compose.jsonnet | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.jsonnet b/docker-compose.jsonnet index 2fbe8d7..b4d7b97 100644 --- a/docker-compose.jsonnet +++ b/docker-compose.jsonnet @@ -63,6 +63,7 @@ ], localhost:: "node_name", // the name in the nodes table of the database + authentication:: true, // set to false to disable auth in thrimshim thrimbletrimmer:: true, // set to false to not have nginx serve thrimbletrimmer pages. @@ -154,7 +155,7 @@ "--static-nodes", std.join(",", $.peers), "--backdoor-port", std.toString($.backdoor_port), "--node-database", $.db_connect, - "--localhost", $.localhost + "--localhost", $.localhost, ], // Mount the segments directory at /mnt volumes: ["%s:/mnt" % $.segments_path],