[mod] typo
This commit is contained in:
parent
56f1fc1c76
commit
f62c64c1b3
1 changed files with 0 additions and 0 deletions
16
jellyfin/docker-compose.yml
Normal file
16
jellyfin/docker-compose.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
version: "3.5"
|
||||
services:
|
||||
jellyfin:
|
||||
image: jellyfin/jellyfin
|
||||
container_name: jellyfin
|
||||
user: uid:gid
|
||||
network_mode: "host"
|
||||
volumes:
|
||||
- ./config:/config
|
||||
- ./cache:/cache
|
||||
- /path/to/media:/media
|
||||
- /path/to/media2:/media2:ro
|
||||
restart: "unless-stopped"
|
||||
# Optional - alternative address used for autodiscovery
|
||||
environment:
|
||||
- JELLYFIN_PublishedServerUrl=http://example.com
|
||||
Loading…
Add table
Add a link
Reference in a new issue