2025-03-23, 08:33 PM
(This post was last modified: 2025-03-23, 08:34 PM by auxym. Edited 1 time in total.)
Sorry, I'm not super familiar with docker networking, but I assume bridge mode. It's not using host networking. The port mapping is as follows:
nginx proxies the jellyfin.home domain (LAN use only, no public domain) to port 30013 which is the jellyfin web server port.I don't have any proxy setup for port 7359 though, should I?
Code:
udp://0.0.0.0:7359:7359
udp://:::7359:7359
tcp://0.0.0.0:30013:8096
tcp://:::30013:8096
nginx proxies the jellyfin.home domain (LAN use only, no public domain) to port 30013 which is the jellyfin web server port.I don't have any proxy setup for port 7359 though, should I?