initial commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
services:
|
||||
jellyfin:
|
||||
image: jellyfin/jellyfin
|
||||
container_name: jellyfin
|
||||
user: 1000:1000
|
||||
network_mode: 'host'
|
||||
volumes:
|
||||
- /mnt/storage/appdata/jellyfin/config:/config
|
||||
- /mnt/storage/appdata/jellyfin/config/web-config.json:/jellyfin/jellyfin-web/config.json
|
||||
- /mnt/storage/appdata/jellyfin/cache:/cache
|
||||
- /mnt/cygnus:/cygnus:ro
|
||||
restart: 'unless-stopped'
|
||||
# Optional - alternative address used for autodiscovery
|
||||
# environment:
|
||||
# - JELLYFIN_PublishedServerUrl=http://example.com
|
||||
# Optional - may be necessary for docker healthcheck to pass if running in host network mode
|
||||
# extra_hosts:
|
||||
# - 'host.docker.internal:host-gateway'
|
||||
|
||||
Reference in New Issue
Block a user