Update docs/docs/troubleshooting/faqs.md

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
This commit is contained in:
Nicholas Flamy 2023-05-20 22:00:35 -04:00 committed by GitHub
parent d14baecfd1
commit ce997682dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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