Jellyfin through VPN #57
Replies: 1 comment 2 replies
-
Hi there, I take it you've applied this: https://github.com/AdrienPoupa/docker-compose-nas?tab=readme-ov-file#optional-using-the-vpn-for-arr-apps If you use network mode service, you can't expose ports in this container anymore. Remove this (auto discovery ports): ports:
- "7359:7359/udp"
- "1900:1900/udp" If you want to expose the ports, maybe add them to the vpn container itself? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I currently have everything going through VPN, except Jellyfin. When I added the network mode: VPN it gave me:
"Error response from daemon: conflicting options: port publishing and the container type network mode"
I took it off VPN, and everything spun up normally.
I am a little green to some to of this stuff but everything is working besides this, and I know its an optional thing to have Jellyfin on the VPN but it is a personal preference for myself.
What am I missing in my docker-compose.yml that will make this possible?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions