docker-openwisp icon indicating copy to clipboard operation
docker-openwisp copied to clipboard

Services are not exposing ports on docker

Open yasir2000 opened this issue 2 years ago • 2 comments

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 image

yasir2000 avatar Oct 22 '23 10:10 yasir2000

add this host "radius" into you /etc/hosts can solve this problem. The problem is nginx can't find this "radius" host.

macauleycheng avatar Apr 30 '24 06:04 macauleycheng

Building the images from the master branch should fix this issue.

nemesifier avatar May 01 '24 21:05 nemesifier

Should be fixed on latest master, please reopen if that's not the case.

nemesifier avatar Jul 22 '24 16:07 nemesifier