Add localhost help to guide

This commit is contained in:
R. Miles McCain 2020-05-21 21:06:55 -04:00
parent 387c1e375d
commit 5cce890ff6
No known key found for this signature in database
GPG Key ID: 24F9B6A2588C5408

View File

@ -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.