From 5cce890ff66d61b0497568815e4a8e224ead06bd Mon Sep 17 00:00:00 2001 From: "R. Miles McCain" Date: Thu, 21 May 2020 21:06:55 -0400 Subject: [PATCH] Add localhost help to guide --- GUIDE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/GUIDE.md b/GUIDE.md index 801540c..b7b9b5a 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -185,3 +185,7 @@ Here are solutions for some common issues. If your situation isn't described her #### I changed the `SHYNET_WHITELABEL`/`SHYNET_HOST` environment variable, but nothing happened! * Those values only affect how your Shynet instance is setup on first run; once it's configured, they have no effect. See [updating your configuration](#updating-your-configuration) for help on how to update your configuration. + +#### Shynet can't connect to my database running on `localhost`/`127.0.0.1` + +* The problem is likely that to Shynet, `localhost` points to the local network in the container itself, not on the host machine. Try adding the `--network='host'` option when you run Docker. \ No newline at end of file