@@ -144,7 +144,7 @@ services:
144
144
- PUID=1000
145
145
- PGID=1000
146
146
- TZ=Etc/UTC
147
- - JELLYFIN_PublishedServerUrl=192.168.0.5 # optional
147
+ - JELLYFIN_PublishedServerUrl=http:// 192.168.0.5 # optional
148
148
volumes :
149
149
- /path/to/jellyfin/library:/config
150
150
- /path/to/tvseries:/data/tvshows
@@ -165,7 +165,7 @@ docker run -d \
165
165
-e PUID=1000 \
166
166
-e PGID=1000 \
167
167
-e TZ=Etc/UTC \
168
- -e JELLYFIN_PublishedServerUrl=192.168.0.5 `#optional` \
168
+ -e JELLYFIN_PublishedServerUrl=http:// 192.168.0.5 `#optional` \
169
169
-p 8096:8096 \
170
170
-p 8920:8920 `#optional` \
171
171
-p 7359:7359/udp `#optional` \
@@ -190,7 +190,7 @@ Containers are configured using parameters passed at runtime (such as those abov
190
190
| ` -e PUID=1000 ` | for UserID - see below for explanation |
191
191
| ` -e PGID=1000 ` | for GroupID - see below for explanation |
192
192
| ` -e TZ=Etc/UTC ` | specify a timezone to use, see this [ list] ( https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List ) . |
193
- | ` -e JELLYFIN_PublishedServerUrl=192.168.0.5 ` | Set the autodiscovery response domain or IP address. |
193
+ | ` -e JELLYFIN_PublishedServerUrl=http:// 192.168.0.5 ` | Set the autodiscovery response domain or IP address, include http(s):// . |
194
194
| ` -v /config ` | Jellyfin data storage location. * This can grow very large, 50gb+ is likely for a large collection.* |
195
195
| ` -v /data/tvshows ` | Media goes here. Add as many as needed e.g. ` /data/movies ` , ` /data/tv ` , etc. |
196
196
| ` -v /data/movies ` | Media goes here. Add as many as needed e.g. ` /data/movies ` , ` /data/tv ` , etc. |
0 commit comments