2025-03-07, 11:31 PM
(2025-03-07, 01:50 PM)TheDreadPirate Wrote: Can you share your docker compose?
I believe this is the file I used... My working jellyfin folder, this file and some of the media folders are all dated the same.
ver: "27.4"
services:
jellyfin:
image: jellyfin/jellyfin:latest
container_name: jellyfin
user: 1000:1000
network_mode: 'bridge'
ports:
- 8096:8096
volumes:
- /home/admin/Docker/Jellyfin/config

- /home/admin/Docker/Jellyfin/cache

- /media/Professional/Media/Video

restart: 'unless-stopped'
But as I mentioned, the system crashed with the version linuxserver:jellyfin running. My suspicion/failing memory is that I originally installed jellyfin with the docker compose file above and after exploring the application and creating a mess - I deleted the container and spin up a new one in portainer pulling the linuxserver:jellyfin version.