2024-07-23, 08:35 PM
(This post was last modified: 2024-07-23, 08:37 PM by TheDreadPirate. Edited 1 time in total.)
Comment out this block.
Since you are using host networking for the jellyfin container, they are not needed.
Can you share the output of "sudo docker inspect jellyfin" and "sudo ufw status verbose"? I want to confirm the output of the command line UFW with what whatever UI you are looking at. What UI is that anyway? Docker Desktop or something?
Unrelated to the root problem, your firewall rule for SSDP on port 1900 should be UDP.
Code:
ports:
- 8096:8096
- 7359:7359/udp # Enable for DLNA - Only works on HOST Network Mode
- 1900:1900/udp # Enable for DLNA - Only works on HOST Network Mode
Since you are using host networking for the jellyfin container, they are not needed.
Can you share the output of "sudo docker inspect jellyfin" and "sudo ufw status verbose"? I want to confirm the output of the command line UFW with what whatever UI you are looking at. What UI is that anyway? Docker Desktop or something?
Unrelated to the root problem, your firewall rule for SSDP on port 1900 should be UDP.