-
-
Notifications
You must be signed in to change notification settings - Fork 129
Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
As of right now the latest stable version in 10.11.6 which is also specified on the dockerhub page
but with the "latest" tag it pulls version 10.11.4, in order to pull version .6 you have to specify it
services:
jellyfin:
image: lscr.io/linuxserver/jellyfin:10.11.6
Expected Behavior
Using the ":latest" tag pulls the current 10.11.6 image
Steps To Reproduce
- specify :latest in the docker compose file
- start container
- check version in the dashboard which turns out to be 10.11.4
- change the tag to 10.11.6
- start container
- check version whych has changed to 10.11.6
Environment
- OS: Debian sid/forky
- How docker service was installed: docker composeCPU architecture
x86-64
Docker creation
services:
jellyfin:
image: lscr.io/linuxserver/jellyfin:10.11.6
container_name: jellyfin
environment:
- MALLOC_TRIM_THRESHOLD_=100000
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- JELLYFIN_PublishedServerUrl=http://192.168.0.5
volumes:
- /home/ninog/docker/jellyfin:/config
- /home/ninog/jellyfin/shows:/data/tvshows
- /home/ninog/jellyfin/movies:/data/movies
- /home/ninog/lidarr/music:/data/music
ports:
- 8096:8096
- 8920:8920
- 7359:7359/udp
- 1900:1900/udp
restart: unless-stoppedContainer logs
.Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done