You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
426 B
13 lines
426 B
version: '3.5'
|
|
services:
|
|
jellyfin:
|
|
image: jellyfin/jellyfin
|
|
container_name: jellyfin
|
|
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
|