Skip to content

Commit 41bbff2

Browse files
Bot Updating Templated Files
1 parent 11a9ee3 commit 41bbff2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ services:
144144
- PUID=1000
145145
- PGID=1000
146146
- TZ=Etc/UTC
147-
- JELLYFIN_PublishedServerUrl=192.168.0.5 #optional
147+
- JELLYFIN_PublishedServerUrl=http://192.168.0.5 #optional
148148
volumes:
149149
- /path/to/jellyfin/library:/config
150150
- /path/to/tvseries:/data/tvshows
@@ -165,7 +165,7 @@ docker run -d \
165165
-e PUID=1000 \
166166
-e PGID=1000 \
167167
-e TZ=Etc/UTC \
168-
-e JELLYFIN_PublishedServerUrl=192.168.0.5 `#optional` \
168+
-e JELLYFIN_PublishedServerUrl=http://192.168.0.5 `#optional` \
169169
-p 8096:8096 \
170170
-p 8920:8920 `#optional` \
171171
-p 7359:7359/udp `#optional` \
@@ -190,7 +190,7 @@ Containers are configured using parameters passed at runtime (such as those abov
190190
| `-e PUID=1000` | for UserID - see below for explanation |
191191
| `-e PGID=1000` | for GroupID - see below for explanation |
192192
| `-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)://. |
194194
| `-v /config` | Jellyfin data storage location. *This can grow very large, 50gb+ is likely for a large collection.* |
195195
| `-v /data/tvshows` | Media goes here. Add as many as needed e.g. `/data/movies`, `/data/tv`, etc. |
196196
| `-v /data/movies` | Media goes here. Add as many as needed e.g. `/data/movies`, `/data/tv`, etc. |

0 commit comments

Comments
 (0)