Is there an existing issue for this?
Current Behavior
Hi,
This is not a Bug per se, but it is very annoying that the LSIO image has a different directory structure than the official image. This makes the migration from one image to the other cumbersome. Not only because I have to move directories, but I also need to replace the paths in the DB.
This thread writes the steps down: jellyfin/jellyfin#3717
I'd be grateful if you could migrate to the official structure, to make switching between images easily possible.
Thanks!
Expected Behavior
Switching images shouldn't affect the folder structure and configs.
Steps To Reproduce
- Setup Jellyfin with the LSIO image.
- Try to switch to the Official image.
Environment
- OS: TrueNAS 25.10 - Debian 13.
- How docker service was installed: Comes with TrueNAS.
CPU architecture
x86-64
Docker creation
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest
container_name: jellyfin
env_file: stack.env
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
- JELLYFIN_PublishedServerUrl=http://${HOST_ADDRESS}
volumes:
- ${APPDATA_PATH}/Jellyfin/config:/config
- ${MEDIA_PATH}:/media
- ${CERTS_PATH}:/certs
ports:
- 8096:8096/tcp # HTTP
- 8920:8920/tcp # HTTPS
- 7359:7359/udp # Service auto-discovery on the local network.
#- 1900:1900/udp # Service discovery used by DNLA and clients.
devices:
- /dev/dri:/dev/dri
networks:
- media-net
restart: unless-stopped
Container logs
Is there an existing issue for this?
Current Behavior
Hi,
This is not a Bug per se, but it is very annoying that the LSIO image has a different directory structure than the official image. This makes the migration from one image to the other cumbersome. Not only because I have to move directories, but I also need to replace the paths in the DB.
This thread writes the steps down: jellyfin/jellyfin#3717
I'd be grateful if you could migrate to the official structure, to make switching between images easily possible.
Thanks!
Expected Behavior
Switching images shouldn't affect the folder structure and configs.
Steps To Reproduce
Environment
CPU architecture
x86-64
Docker creation
jellyfin: image: lscr.io/linuxserver/jellyfin:latest container_name: jellyfin env_file: stack.env environment: - PUID=${PUID} - PGID=${PGID} - TZ=${TZ} - JELLYFIN_PublishedServerUrl=http://${HOST_ADDRESS} volumes: - ${APPDATA_PATH}/Jellyfin/config:/config - ${MEDIA_PATH}:/media - ${CERTS_PATH}:/certs ports: - 8096:8096/tcp # HTTP - 8920:8920/tcp # HTTPS - 7359:7359/udp # Service auto-discovery on the local network. #- 1900:1900/udp # Service discovery used by DNLA and clients. devices: - /dev/dri:/dev/dri networks: - media-net restart: unless-stoppedContainer logs