this post was submitted on 01 Apr 2026
1 points (100.0% liked)
Jellyfin: The Free Software Media System
8938 readers
1 users here now
Current stable release: 10.11.8
Matrix (General Information & Help)
Matrix (Off-Topic) - Come get to know the team and blow off steam!
Matrix Space - List of all the available rooms on Matrix.
Discord - Bridged to our Matrix rooms
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Isolating network services from the rest of your system is a good thing
Bearing that in mind, I now have a new problem, which is that apparently none of my containers actually have internet access? I hadn't noticed because I mostly just run local media servers, and I tend to clean up all the metadata before I upload anything (i.e. I usually clean up my ebooks in Calibre before I send them to BookLore, so I've never had to actually use BookLore to fetch anything from the web).
Only way I was able to get internet access in any of my containers was adding
to the docker-compose.yml files, which, if I'm understanding correctly, negates the point of isolating network services, no? So something is broken somewhere but I have no idea what it is or how to fix it, so I guess my JF server is staying on bare metal for now lol
Do you mean the ability of jellyfin to access the internet or the ability for network access to jellyfin.
If you mean the second then you need to map ports https://docs.docker.com/get-started/docker-concepts/running-containers/publishing-ports/
If you mean the first then something is wonky, but also using host mode still doesn't negate the point. You're still only allowing the processes in the container to access only directories you've specified and isolated them from the other processes on the system. It's about limited the blast radius if an exploit against your network application occurred