From ce997682dcb3880ccc60a0b2c8b32983c81b19a9 Mon Sep 17 00:00:00 2001 From: Nicholas Flamy <30300649+NicholasFlamy@users.noreply.github.com> Date: Sat, 20 May 2023 22:00:35 -0400 Subject: [PATCH] Update docs/docs/troubleshooting/faqs.md Co-authored-by: Nicolas Mowen --- docs/docs/troubleshooting/faqs.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/troubleshooting/faqs.md b/docs/docs/troubleshooting/faqs.md index 41a7f854f..ed160bb1d 100644 --- a/docs/docs/troubleshooting/faqs.md +++ b/docs/docs/troubleshooting/faqs.md @@ -43,4 +43,6 @@ SQLite does not work well on a network share, if the `/media` folder is mapped t ### Unable to publish to MQTT: client is not connected -If MQTT isn't working in docker on a platform like TrueNAS Scale try using the IP of the device hosting the MQTT server instead of `localhost`, `127.0.0.1`, or `mosquitto.ix-mosquitto.svc.cluster.local`. +If MQTT isn't working in docker try using the IP of the device hosting the MQTT server instead of `localhost`, `127.0.0.1`, or `mosquitto.ix-mosquitto.svc.cluster.local`. + +This is because, by default, Frigate does not run in host mode so localhost pints to the frigate container and not the host device's network.