Add instructions for linuxserver image (#46)
This commit is contained in:
parent
1900c71f15
commit
715eea743f
@ -18,7 +18,8 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- '8096:8096'
|
- '8096:8096'
|
||||||
volumes:
|
volumes:
|
||||||
- '/full/path/to/extracted/archive/dist:/jellyfin/jellyfin-web:ro' # <== add this line
|
- '/full/path/to/extracted/archive/dist:/jellyfin/jellyfin-web:ro' # <== add this line if using the official docker image
|
||||||
|
- '/full/path/to/extracted/archive/dist:/usr/share/jellyfin/web' # <== add this line if using the linuxserver docker image
|
||||||
- '/config:/config'
|
- '/config:/config'
|
||||||
- '/media:/media:ro'
|
- '/media:/media:ro'
|
||||||
image: 'jellyfin/jellyfin:10.8.0'
|
image: 'jellyfin/jellyfin:10.8.0'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user