2025-07-01, 06:17 PM
(2025-06-29, 05:57 PM)SquishySquash Wrote:(2025-06-28, 07:33 PM)theguymadmax Wrote: Can you post the Jellyfin server logs.
There is nothing in jellyfin logs.
There is simply a time gap. Last entries are from whatever hour I've accessed Jellyfinn last time and then next log entry will be from the moment I manually start jellyfin container on my NAS
The problem is with whole jellyfin container/image not jellyfin service.
Try adding restart: 'unless-stopped' to your docker compose.
For example:
Code:
name: jellyfin
services:
jellyfin:
image: jellyfin/jellyfin:latest
container_name: jellyfin
network_mode: host
restart: 'unless-stopped'