12 lines
No EOL
372 B
Bash
Executable file
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 |