

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
network_mode: "host"
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










Jellyfin isn’t running in a docker container, so it’s working fine. I’ve just noticed that everything I am running in a container doesn’t have network access, unless I change network mode to host in that container’s compose yml. So I guess docker’s network bridge isn’t configured correctly? Which makes sense, as I have basically no idea what I’m doing lmao. So until I figure out what’s going on there, I think I’ll just let my JF server run as is. I’d prefer it in a container I think, but not before I figure out what exactly I broke.