2025-06-10, 03:31 PM
(This post was last modified: 2025-06-10, 06:15 PM by Jamie Chapman. Edited 4 times in total.)
So, I completely boneheaded the upgrade to 10.11 RC1. I was so excited that there was a release candidate for 10.11 that I went off the rails.
I didn't bother to read the release notes, which would have told me that I needed to wait longer than five minutes after loading the preview docker. Once I messed this up, I said to heck with it, I'll just create it all clean, no upgrade, and deal with the full rebuild, why not?
I did that. I backed up the original cache and data folders and created clean ones with a preview docker image. Once the system fires up, when I attempt to access on port 8096, I receive the following:
Jellyfin log: [10:24:24] [INF] [88] Jellyfin.Api.Auth.CustomAuthenticationHandler: CustomAuthentication was not authenticated. Failure message: Invalid token.
In my browser I am getting:
Server Unavailable
We're unable to connect to the selected server right now. Please ensure it is running and try again.
If I refresh the page, another jellyfin log entry the same as above appears.
Here is my docker compose file. Is there something I need to change? This is the same compose file (other than changing latest to preview) that I was using on 10.10.7. Please ignore the emojis created by the colon and slash. The file is properly formatted, and I can't figure out how to tell the forum markup tools to stop creating frowny faces.
services:
jellyfin:
image: jellyfin/jellyfin:preview
container_name: jellyfin
network_mode: 'bridge'
ports:
- 8096:8096
# - 80:80
# - 443:443
volumes:
- D:\DockerData\jellyfin\config
config
- D:\DockerData\jellyfin\cache
cache
- D:\Videos
movies
- D:\TV_Shows
tv_shows
- D:\OneDrive\Music
music
- D:\OneDrive\Music_Videos
music_videos
- D:\OneDrive\Books
books
environment:
- TZ=America/New_York
restart: 'unless-stopped'
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1 # alternatively, use
capabilities: [gpu]
I didn't bother to read the release notes, which would have told me that I needed to wait longer than five minutes after loading the preview docker. Once I messed this up, I said to heck with it, I'll just create it all clean, no upgrade, and deal with the full rebuild, why not?
I did that. I backed up the original cache and data folders and created clean ones with a preview docker image. Once the system fires up, when I attempt to access on port 8096, I receive the following:
Jellyfin log: [10:24:24] [INF] [88] Jellyfin.Api.Auth.CustomAuthenticationHandler: CustomAuthentication was not authenticated. Failure message: Invalid token.
In my browser I am getting:
Server Unavailable
We're unable to connect to the selected server right now. Please ensure it is running and try again.
If I refresh the page, another jellyfin log entry the same as above appears.
Here is my docker compose file. Is there something I need to change? This is the same compose file (other than changing latest to preview) that I was using on 10.10.7. Please ignore the emojis created by the colon and slash. The file is properly formatted, and I can't figure out how to tell the forum markup tools to stop creating frowny faces.
services:
jellyfin:
image: jellyfin/jellyfin:preview
container_name: jellyfin
network_mode: 'bridge'
ports:
- 8096:8096
# - 80:80
# - 443:443
volumes:
- D:\DockerData\jellyfin\config

- D:\DockerData\jellyfin\cache

- D:\Videos

- D:\TV_Shows

- D:\OneDrive\Music

- D:\OneDrive\Music_Videos

- D:\OneDrive\Books

environment:
- TZ=America/New_York
restart: 'unless-stopped'
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1 # alternatively, use
all
for all GPUscapabilities: [gpu]
Jellyfin 10.11.0 RC2
docker desktop using WSL2 on Windows 11 with jellyfin/jellyfin:preview
AMD Ryzen 9 7950X
64GB DDR5-3600 RAM
NVIDIA RTX 3060 12GB
OS Drive: Samsung 990 Pro 2TB
Media & Config Drive (all): QNAP TS-932PX NAS with 5 x Seagate Ironwolf Pro 16TB in RAID5 connected with 10Gbps iSCSI link
docker desktop using WSL2 on Windows 11 with jellyfin/jellyfin:preview
AMD Ryzen 9 7950X
64GB DDR5-3600 RAM
NVIDIA RTX 3060 12GB
OS Drive: Samsung 990 Pro 2TB
Media & Config Drive (all): QNAP TS-932PX NAS with 5 x Seagate Ironwolf Pro 16TB in RAID5 connected with 10Gbps iSCSI link