I'm having a hard time launching the web ui, I get a "connection refused" message.
Logs are empty, but I see that the docker is running :
96d4cc145a79 brettm357/unifi "/run.sh" 4 minutes ago Up 4 minutes 0.0.0.0:6789->6789/tcp, 0.0.0.0:8080-8081->8080-8081/tcp, 0.0.0.0:8443-> 8443/tcp, 0.0.0.0:8843->8843/tcp, 0.0.0.0:8880->8880/tcp Unifi
root@xxxx:~# netstat -apn | grep docker
tcp 0 0 0.0.0.0:8843 0.0.0.0:* LISTEN 29381/docker-proxy
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 29411/docker-proxy
tcp 0 0 0.0.0.0:8880 0.0.0.0:* LISTEN 29371/docker-proxy
tcp 0 0 0.0.0.0:8081 0.0.0.0:* LISTEN 29401/docker-proxy
tcp 0 0 0.0.0.0:8337 0.0.0.0:* LISTEN 22775/docker-proxy
tcp 0 0 0.0.0.0:8443 0.0.0.0:* LISTEN 29391/docker-proxy
tcp 0 0 0.0.0.0:6789 0.0.0.0:* LISTEN 29421/docker-proxy
Any idea on where to look for clues on why this isnt working?
Thanks