Ingress keeps initializing

I’m running Rancher 2.5.5 through a Docker container. I’ve been following this guide Rancher Docs: Workload with Ingress Quick Start

The deployed Ingress hangs at “Initializing” and never goes any further.

Tried to troubleshoot a bit, without really understanding it: kubectl get ingressNAME CLASS HOSTS ADDRESS PORTS AGEtes - Pastebin.com
Yaml of the Ingress: http s://pastebin.com/BVAjsYTE

I must have missed a step somewhere, I’m new in this. Can anyone point me in a direction?

Regards

So I ran: kubectl -n ingress-nginx logs nginx-ingress-controller-5x54x
which stated that port 80 was already in use.
Running: netstat -tulpn | grep --color :80 on my Ubuntu host telling me it’s Docker-proxy using the port.

I guess I have to move the Rancher web-ui to 8080 and 8443 then, right ?

I have the same case. The status of ingress keep as Initializing. How to fix it?