Port not reachable in docker container

richiewu

New Member
Jul 21, 2021
27
1
3
41
I installed docker-ce and running a container listen 0.0.0.0:1080:80

ss -tlunp | grep 1080
Code:
root@pve:/opt/speedtest# ss -aon | grep 1080
tcp   LISTEN     0       4096                                                                                                        0.0.0.0:1080                       0.0.0.0:*
root@pve:/opt/speedtest# ss -aon | grep 2680
tcp   LISTEN     0       128                                                                                                         0.0.0.0:2680                       0.0.0.0:*
tcp   ESTAB      0       0                                                                                                       192.168.0.2:2680                   192.168.0.4:55716

the 2680 is listened by one service is work but 1080 used by docker container not accessable from anoter node

docker ps -a
0.0.0.0:1080->80/tcp
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!