From 46592c46173fdb73cce5f9b5c5f57206f6b30552 Mon Sep 17 00:00:00 2001 From: unbeatable-101 Date: Thu, 23 Sep 2021 00:01:14 +0000 Subject: [PATCH] Add comment to the example config for the address to use with docker. --- conduit-example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conduit-example.toml b/conduit-example.toml index 80082568..5d101c82 100644 --- a/conduit-example.toml +++ b/conduit-example.toml @@ -39,7 +39,7 @@ trusted_servers = ["matrix.org"] #log = "info,state_res=warn,rocket=off,_=off,sled=off" #workers = 4 # default: cpu core count * 2 -address = "127.0.0.1" # This makes sure Conduit can only be reached using the reverse proxy +address = "127.0.0.1" # This makes sure Conduit can only be reached using the reverse proxy, if you are running conduit from docker, set this to 0.0.0.0 proxy = "none" # more examples can be found at src/database/proxy.rs:6