docker:gluetun:check_what_network_ports_are_being_used
Differences
This shows you the differences between two versions of the page.
docker:gluetun:check_what_network_ports_are_being_used [2025/07/21 12:50] – created peter | docker: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 | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | < | ||
+ | 6767/tcp -> 0.0.0.0: | ||
+ | 6767/tcp -> [::]:6767 | ||
+ | 6881/tcp -> 0.0.0.0: | ||
+ | 6881/tcp -> [::]:6881 | ||
+ | 6881/udp -> 0.0.0.0: | ||
+ | 6881/udp -> [::]:6881 | ||
+ | 7878/tcp -> 0.0.0.0: | ||
+ | 7878/tcp -> [::]:7878 | ||
+ | 8080/tcp -> 0.0.0.0: | ||
+ | 8080/tcp -> [::]:8080 | ||
+ | 8191/tcp -> 0.0.0.0: | ||
+ | 8191/tcp -> [::]:8191 | ||
+ | 8686/tcp -> 0.0.0.0: | ||
+ | 8686/tcp -> [::]:8686 | ||
+ | 8989/tcp -> 0.0.0.0: | ||
+ | 8989/tcp -> [::]:8989 | ||
+ | 9090/tcp -> 0.0.0.0: | ||
+ | 9090/tcp -> [::]:9090 | ||
+ | 9091/tcp -> 0.0.0.0: | ||
+ | 9091/tcp -> [::]:9091 | ||
+ | 9696/tcp -> 0.0.0.0: | ||
+ | 9696/tcp -> [::]:9696 | ||
+ | </ | ||
docker/gluetun/check_what_network_ports_are_being_used.1753102223.txt.gz · Last modified: 2025/07/21 12:50 by peter