You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.
Hi! I install image by docker pull. Setup, and it is worked but only on localhost 127.0.0.1 interface of base host. ss -4tlpn:
root@vultr:~# ss -4tlpn
State Recv-Q Send-Q Local Address:Port Peer Address:Port Process
...
LISTEN 0 4096 0.0.0.0:4059 0.0.0.0:* users:(("docker-proxy",pid=283918,fd=4))
docker ps:
root@vultr:~# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
b987860cab38 ghcr.io/wfg/openvpn-client "scripts/entry.sh" 7 hours ago Up 7 hours (healthy) 0.0.0.0:4059->1080/tcp, :::4059->1080/tcp 12.xx.xxx.165Test
Hi! I install image by docker pull. Setup, and it is worked but only on localhost 127.0.0.1 interface of base host.
ss -4tlpn
:docker ps
:Command:
Testing:
On local interface all ok:
nmap test:
How to fix this problem. All other containers normally expose ports and worked.
The text was updated successfully, but these errors were encountered: