- Service shows "Bad Gateway"
docker ps
docker logs <container>
- Forward hostname = container name
- Forward port = internal port
docker exec -it nginx-proxy-manager wget -O- http://container:port
- Wrong port (using host port)
- Container not on proxy network