Add instructions for linuxserver image (#46)

This commit is contained in:
Vitorvlv 2022-06-27 23:24:12 -03:00 committed by GitHub
parent 1900c71f15
commit 715eea743f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,8 @@ services:
ports:
- '8096:8096'
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'
- '/media:/media:ro'
image: 'jellyfin/jellyfin:10.8.0'