Add 'scripts/jellyfin/launch-docker.sh'

pull/4/head
drunkendog 2022-12-13 15:47:26 +00:00
parent ae4c16c55b
commit 3dee8e57ff
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
docker run --net main_subnet --ip 172.30.11.1 \
-e TZ=America/New_York \
--name=jellyfin \
-e JELLYFIN_PublishedServerUrl=fin.docker.162536.xyz \
-v /opt/jellyfin/config:/config \
-v /opt/jellyfin/tvshows:/tvshows \
-v /opt/jellyfin/movies:/movies \
--restart unless-stopped \
lscr.io/linuxserver/jellyfin:latest