User Tools

Site Tools


docker:gluetun:check_what_network_ports_are_being_used

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

docker:gluetun:check_what_network_ports_are_being_used [2025/07/21 12:50] – created peterdocker:gluetun:check_what_network_ports_are_being_used [2025/07/21 12:50] (current) peter
Line 1: Line 1:
 ====== Docker - Gluetun - Check what network ports are being used ====== ====== Docker - Gluetun - Check what network ports are being used ======
 +
 +<code bash>
 +docker port gluetun
 +</code>
 +
 +returns:
 +
 +<code>
 +6767/tcp -> 0.0.0.0:6767
 +6767/tcp -> [::]:6767
 +6881/tcp -> 0.0.0.0:6881
 +6881/tcp -> [::]:6881
 +6881/udp -> 0.0.0.0:6881
 +6881/udp -> [::]:6881
 +7878/tcp -> 0.0.0.0:7878
 +7878/tcp -> [::]:7878
 +8080/tcp -> 0.0.0.0:8080
 +8080/tcp -> [::]:8080
 +8191/tcp -> 0.0.0.0:8191
 +8191/tcp -> [::]:8191
 +8686/tcp -> 0.0.0.0:8686
 +8686/tcp -> [::]:8686
 +8989/tcp -> 0.0.0.0:8989
 +8989/tcp -> [::]:8989
 +9090/tcp -> 0.0.0.0:9090
 +9090/tcp -> [::]:9090
 +9091/tcp -> 0.0.0.0:9091
 +9091/tcp -> [::]:9091
 +9696/tcp -> 0.0.0.0:9696
 +9696/tcp -> [::]:9696
 +</code>
  
docker/gluetun/check_what_network_ports_are_being_used.txt · Last modified: 2025/07/21 12:50 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki