openwisp / docker-openwisp

OpenWISP in docker. For production usage we recommend using the ansible-openwisp2 role.
https://openwisp.io/docs/dev/docker/
BSD 3-Clause "New" or "Revised" License
149 stars 75 forks source link

Services are not exposing ports on docker #290

Closed yasir2000 closed 1 month ago

yasir2000 commented 10 months ago

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

macauleycheng commented 3 months ago

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

nemesifier commented 3 months ago

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

nemesifier commented 1 month ago

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