I’m going to be running a Jellyfin server, and I don’t want to maintain it a lot, I just want it to work. Would using Docker be the easier way to maintain Jellyfin, or would using Podman be better? (I don’t want to deal with SELinux, firewalls, port forwarding, etc.)
I have used Docker, currently using Podman. Using literally the same compose file.
How do you use compose with Podman?
podman-compose
podman-compose
is a made in Python, and is not official, but works great. Just rename yourdocker-compose.yml
file topodman-compose.yml
, and you’re good to go.Just rename it to compose.yml :)