mirror of
https://github.com/linuxserver/docker-jellyfin.git
synced 2025-10-28 03:27:40 +09:00
Bot Updating Templated Files
This commit is contained in:
@@ -144,7 +144,7 @@ services:
|
|||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Etc/UTC
|
- TZ=Etc/UTC
|
||||||
- JELLYFIN_PublishedServerUrl=192.168.0.5 #optional
|
- JELLYFIN_PublishedServerUrl=http://192.168.0.5 #optional
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/jellyfin/library:/config
|
- /path/to/jellyfin/library:/config
|
||||||
- /path/to/tvseries:/data/tvshows
|
- /path/to/tvseries:/data/tvshows
|
||||||
@@ -165,7 +165,7 @@ docker run -d \
|
|||||||
-e PUID=1000 \
|
-e PUID=1000 \
|
||||||
-e PGID=1000 \
|
-e PGID=1000 \
|
||||||
-e TZ=Etc/UTC \
|
-e TZ=Etc/UTC \
|
||||||
-e JELLYFIN_PublishedServerUrl=192.168.0.5 `#optional` \
|
-e JELLYFIN_PublishedServerUrl=http://192.168.0.5 `#optional` \
|
||||||
-p 8096:8096 \
|
-p 8096:8096 \
|
||||||
-p 8920:8920 `#optional` \
|
-p 8920:8920 `#optional` \
|
||||||
-p 7359:7359/udp `#optional` \
|
-p 7359:7359/udp `#optional` \
|
||||||
@@ -190,7 +190,7 @@ Containers are configured using parameters passed at runtime (such as those abov
|
|||||||
| `-e PUID=1000` | for UserID - see below for explanation |
|
| `-e PUID=1000` | for UserID - see below for explanation |
|
||||||
| `-e PGID=1000` | for GroupID - see below for explanation |
|
| `-e PGID=1000` | for GroupID - see below for explanation |
|
||||||
| `-e TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
|
| `-e TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
|
||||||
| `-e JELLYFIN_PublishedServerUrl=192.168.0.5` | Set the autodiscovery response domain or IP address. |
|
| `-e JELLYFIN_PublishedServerUrl=http://192.168.0.5` | Set the autodiscovery response domain or IP address, include http(s)://. |
|
||||||
| `-v /config` | Jellyfin data storage location. *This can grow very large, 50gb+ is likely for a large collection.* |
|
| `-v /config` | Jellyfin data storage location. *This can grow very large, 50gb+ is likely for a large collection.* |
|
||||||
| `-v /data/tvshows` | Media goes here. Add as many as needed e.g. `/data/movies`, `/data/tv`, etc. |
|
| `-v /data/tvshows` | Media goes here. Add as many as needed e.g. `/data/movies`, `/data/tv`, etc. |
|
||||||
| `-v /data/movies` | Media goes here. Add as many as needed e.g. `/data/movies`, `/data/tv`, etc. |
|
| `-v /data/movies` | Media goes here. Add as many as needed e.g. `/data/movies`, `/data/tv`, etc. |
|
||||||
|
|||||||
Reference in New Issue
Block a user