Docker no open any ports

Discussion about Docker
Locked
User avatar
nygage
Posts: 9
Joined: 27 Jan 2021, 19:44

Docker no open any ports

Post by nygage »

Hi! I'm new here, I've buyed a F2-421 and I'm triying to install a reverse proxy to have apps running under Docker and use it from external networks, but does not matter what I try, the port does not seems to be open in the NAS, I've triyed Traefik and Nginx proxy manager, with a lot of tutorials, using Docker compose and nothing, I dont know what to do. I've allowed the firewall all connections and when i do "netstat -tunlp | grep 81" the result is this:

Code: Select all

 tcp        0      0 0.0.0.0:8181            0.0.0.0:*               LISTEN      2686/nginx: master
tcp6       0      0 :::81                   :::*                    LISTEN      4771/docker-proxy
tcp6       0      0 :::8181                 :::*                    LISTEN      2686/nginx: master
I assume that the port is listening but I dont know what can be happening.

Thanks
Locked