version: '3.5'
services:
jellyfin:
image: jellyfin/jellyfin:latest
container_name: jellyfin
user: 1001:1001
network_mode: 'host'
volumes:
- /srv/data/jellyfin/config
config:rw \ # Alternatively -- - jellyfin-config
config
- /srv/data/jellyfin/cache
cache:rw \ # Alternatively -- - jellyfin-cache
cache
- /srv/Media/Movies
srv/data/jellyfin/Movies
- /srv/Media/TV
srv/data/jellyfin/TV
restart: 'unless-stopped'
extra_hosts:
- "host.docker.internal:host-gateway"
I did a chmod -R 777 /srv to open up the directories
Jellyfin does not start at all. Never completes the compose Errors Slow HTTP Response from http://localhost:8096
Sorry, all the sad faces are colon/
services:
jellyfin:
image: jellyfin/jellyfin:latest
container_name: jellyfin
user: 1001:1001
network_mode: 'host'
volumes:
- /srv/data/jellyfin/config


- /srv/data/jellyfin/cache


- /srv/Media/Movies

- /srv/Media/TV

restart: 'unless-stopped'
extra_hosts:
- "host.docker.internal:host-gateway"
I did a chmod -R 777 /srv to open up the directories
Jellyfin does not start at all. Never completes the compose Errors Slow HTTP Response from http://localhost:8096
Sorry, all the sad faces are colon/