Can't listen on port 80 of my docker container

Hi, I have a jenkins container running on 8080 to make some tests. Inside this container, I have nginx service listening on port 80. I also exposed the port 80 of my jenkins container to listen any incoming service.

When I curl to the service, the port 80 is blocked and I can’t use firewalld or iptables inside the container.

Anyone have any ideas ?

Hi @mndiayepro97,

Based on the netstat screenshot, the port 80 is not listening, the official image only listens on port 8080