1 changed files with 18 additions and 0 deletions
@ -0,0 +1,18 @@ |
|||||
|
version: '3.5' |
||||
|
services: |
||||
|
jellyfin: |
||||
|
image: jellyfin/jellyfin |
||||
|
container_name: jellyfin |
||||
|
user: uid:gid |
||||
|
network_mode: 'host' |
||||
|
volumes: |
||||
|
- /usr/docker_binds/jellyfin/config:/config |
||||
|
- /usr/docker_binds/jellyfin/cache:/cache |
||||
|
- /mnt/pokecenter/Media:/media |
||||
|
restart: 'unless-stopped' |
||||
|
# Optional - alternative address used for autodiscovery |
||||
|
environment: |
||||
|
- JELLYFIN_PublishedServerUrl=https://tentacool.pkmn.cloud |
||||
|
# Optional - may be necessary for docker healthcheck to pass if running in host network mode |
||||
|
extra_hosts: |
||||
|
- "host.docker.internal:host-gateway" |
||||
Loading…
Reference in new issue