2024-06-16, 05:29 PM
(This post was last modified: 2024-06-16, 05:30 PM by fedonr. Edited 1 time in total.)
Sure, here it is.
Code:
docker run -d --name=jellyfin \
-e PUID=1000 \
-e PGID=100 \
-e TZ=Asia/Kolkata \
-e JELLYFIN_PublishedServerUrl=https://medianas.duckdns.org \
-p 8096:8096 \
-p 8920:8920 \
-p 7359:7359/udp \
-p 1900:1900/udp \
-v /drive1t/dockerconf/jellyfin/config:/config \
-v /drive1t/media:/data \
-v /drive150g/photos:/photos \
--restart unless-stopped \
lscr.io/linuxserver/jellyfin:latest