Podman, can't install Jellyfin and run it on boot

I'm trying to run a Jellyfin config but I simply can't install it. Also, I'm trying to make it run on boot, as a service!

Just for more context, i'm following the steps in this article: https://mo8it.com/blog/quadlet/

And my jellyfin.container file is like this:
[Container]
Image=docker.io/jellyfin/jellyfin:latest
AutoUpdate=registry
PublishPort=8093:8096
UserNS=keep-id
Volume=/run/media/jaizon/Storage/Docker/jellyfin/config:/config:Z
Volume=/run/media/jaizon/Storage/Docker/jellyfin/cache:/cache:Z
Volume=/run/media/jaizon/Storage:/data:Z

[Service]
Restart=always

[Install]
WantedBy=default.target


But my systemctl --user start jellyfin fails:

Job for jellyfin.service failed because the control process exited with error code.
Was this page helpful?