vault backup: 2025-02-03 08:29:48
This commit is contained in:
19
2 Personal/Home Lab/NAS/Jellyfin Installation.md
Normal file
19
2 Personal/Home Lab/NAS/Jellyfin Installation.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
title: Jellyfin Installation
|
||||
created_date: 2024-12-02
|
||||
updated_date: 2024-12-02
|
||||
aliases:
|
||||
tags:
|
||||
---
|
||||
# Jellyfin Installation
|
||||
## Install Script for Scheduled Task
|
||||
```bash
|
||||
docker run -d --name=jellyfin \
|
||||
-v /volume1/docker/jellyfin/config:/config \
|
||||
-v /volume1/docker/jellyfin/cache:/cache \
|
||||
-v /volume1/video:/media \
|
||||
--user 1026:100 \
|
||||
--net=host \
|
||||
--restart always \
|
||||
jellyfin/jellyfin
|
||||
```
|
||||
Reference in New Issue
Block a user