docker-openwisp
docker-openwisp copied to clipboard
Services are not exposing ports on docker
After successful installation and all containers spawn on fresh ubuntu host as shown in Portainer, no exposed ports on dashboard and nginx service, despite no conflicting ports are there.
nginx container keeps restarting with log:
host not found in upstream "radius" in /etc/nginx/conf.d/radius.https.conf:71
add this host "radius" into you /etc/hosts can solve this problem. The problem is nginx can't find this "radius" host.
Building the images from the master branch should fix this issue.
Should be fixed on latest master, please reopen if that's not the case.