mmcc-xx / WhosAtMyFeeder

316 stars 15 forks source link

Web server not loading #22

Closed rw377 closed 1 year ago

rw377 commented 1 year ago

EDIT: Just noticed that 7767 is the default webui port on config.yml but 7766 is listed on docker-compose. Changed config.yml to 7766 and it's now good to go

I'm running Frigate on Home Assistant and have exposed port 5000 per the instructions. I have confirmed I can access Frigate via URL:5000. The container seems to run fine but I am not getting anything when I go to the URL (localhost or from LAN). Is there anything I can do to see whats going on here? Not sure where the problem is.

-Docker compose is a direct copy from Git -Config has been changed w/ proper information for Frigate + MQQT added to the config -Folder configuration looks good per the directions

docker ps image netstat -lnpt | grep 7766: image

docker-compose.yml: image ls -R whosatmyfeeder/: image As far as I can tell things look fine if I exec into the container: image

mmcc-xx commented 1 year ago

Well that must have been annoying. I'm changing the default in the config file to 7766 as I can't imagine a reason for having it the other way.