2025-02-13, 11:03 PM
(This post was last modified: 2025-02-13, 11:04 PM by TheDreadPirate. Edited 1 time in total.)
My bridge network "options" are empty. But yours being set to true isn't unusual. Docker's documentation says that is true by default.
https://docs.docker.com/engine/network/d...e/#options
So even though mine isn't explicitly set, it is probably true? I didn't do anything special with my bridge network. From what I'm reading, ip_masquerade should be set to true and the description of the option does not appear related to this problem.
And the Jellyfin container portion.
"expose" isn't necessary for your setup since Nginx Proxy Manager is in the same bridge network.
I'll have to do some testing this weekend and get back to you. I need to replicate your setup on my desktop.
https://docs.docker.com/engine/network/d...e/#options
So even though mine isn't explicitly set, it is probably true? I didn't do anything special with my bridge network. From what I'm reading, ip_masquerade should be set to true and the description of the option does not appear related to this problem.
Code:
networks:
blackmoon:
ipam:
driver: default
config:
- subnet: '172.16.100.0/24'
And the Jellyfin container portion.
Code:
networks:
blackmoon:
ipv4_address: 172.16.100.10
expose:
- 8096
"expose" isn't necessary for your setup since Nginx Proxy Manager is in the same bridge network.
I'll have to do some testing this weekend and get back to you. I need to replicate your setup on my desktop.