mmcc-xx / WhosAtMyFeeder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web server not loading

rw377 opened this issue · comments

commented

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

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.