From 9a133729761a0bdd5c3fc8188027244b55113b06 Mon Sep 17 00:00:00 2001 From: Christopher Usher Date: Sat, 28 Sep 2019 19:22:19 +0100 Subject: [PATCH] docker-compose fix --- docker-compose.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.jsonnet b/docker-compose.jsonnet index 39f6663..2fbe8d7 100644 --- a/docker-compose.jsonnet +++ b/docker-compose.jsonnet @@ -62,7 +62,7 @@ peers:: [ ], - localhost:: "http://example.com", // the name in the nodes table of the database + 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.