Jellyfin Forum
Docker - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions)
+--- Thread: Docker (/t-docker)



Docker - cschneider - 2025-06-14

Helllo i am getting error:

invalid proto: 096
END OF LINE


I don't see any error.

can anyone help ? 


Compose File:

# https://hub.docker.com/r/linuxserver/jellyfin
# https://jellyfin.org/docs/
services:
  jellyfin:
    image: lscr.io/linuxserver/jellyfin:latest
    container_name: jellyfin
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
      - JELLYFIN_PublishedServerUrl=192.168.0.5 #optional
    volumes:
      - CHANGE_TO_COMPOSE_DATA_PATH/jellyfin/libraryConfused-faceconfig
      - CHANGE_TO_COMPOSE_DATA_PATH/jellyfin/tvseriesConfused-facedata/tvshows
      - CHANGE_TO_COMPOSE_DATA_PATH/jellyfin/moviesConfused-facedata/movies
      - CHANGE_TO_COMPOSE_DATA_PATH/jellyfin/musicConfused-facedata/music
      - CHANGE_TO_COMPOSE_DATA_PATH/jellyfin/musicvideosConfused-facedata/musicvideos
    ports:
      - 8096:8/096
      - 8920:8920 #optional
      - 7359:7359/udp #optional
      - 1900:1900/udp #optional
    restart: unless-stopped


RE: Docker - theguymadmax - 2025-06-14

(2025-06-14, 09:46 PM)cschneider Wrote:     ports:
      - 8096:8/096
      - 8920:8920 #optional
      - 7359:7359/udp #optional
      - 1900:1900/udp #optional
    restart: unless-stopped

Typo here  - 8096:8/096   should be  8096:8096