stuff/containers/docker/multitenant/jellyfin/run_with_podman.sh
Moni Ghaoui 47aa1a3484 FC
2025-04-14 19:51:40 +02:00

12 lines
No EOL
372 B
Bash
Executable file

podman run \
--detach \
--label "io.containers.autoupdate=registry" \
--name jellyfin \
--publish 8096:8096/tcp \
--rm \
--user $(id -u):$(id -g) \
--userns keep-id \
--volume jellyfin-cache:/cache:Z \
--volume jellyfin-config:/config:Z \
--mount type=bind,source=/home/moni/media/,destination=/media,ro=true,relabel=private \
docker.io/jellyfin/jellyfin:latest