Accessing servers running in podman containers

I have a servarr and jellyfin setup using podman compose. I want to be able to access the webinterfaces. The normal method using port forwarding doesn't work for some reason.
8 Replies
Asterisk
Asterisk2y ago
try running said servers in distro containers also podman has docker-compose support podman-compose is kinda obsolete it's either docker-compose or buildah at this point
Harry Hall
Harry HallOP2y ago
docker-compose is deprecated isn't it? I haven't used buildah before so I am not sure how to do that but I will look into it Yeah this setup is meant to be reproducible between machines That's why I didn't install it directly into a container as that's not how it's meant to be used I have used this same docker compose file on a windows machine without issues Perhaps I should have gone with k8s instead?
Asterisk
Asterisk2y ago
maybe
Harry Hall
Harry HallOP2y ago
Wait how to do you run k8s on blendos
Asterisk
Asterisk2y ago
system I suppose systemctl works as normal
Bushwil
Bushwil2y ago
Might have to use Host networking to get into those podman containers
Valkyrja
Valkyrja2y ago
@Bushwil, you've gained the level 1

Did you find this page helpful?