version: '3.5'
services:
jellyfin:
image: jellyfin/jellyfin:latest
container_name: jellyfin
user: 1001:1001
network_mode: 'host'
volumes:
- /srv/data/jellyfin/configconfig:rw \ # Alternatively -- - jellyfin-configconfig
- /srv/data/jellyfin/cachecache:rw \ # Alternatively -- - jellyfin-cachecache
- /srv/Media/Moviessrv/data/jellyfin/Movies
- /srv/Media/TVsrv/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/configconfig:rw \ # Alternatively -- - jellyfin-configconfig
- /srv/data/jellyfin/cachecache:rw \ # Alternatively -- - jellyfin-cachecache
- /srv/Media/Moviessrv/data/jellyfin/Movies
- /srv/Media/TVsrv/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/