• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting SOLVED: Container Not Launching

     
    • 0 Vote(s) - 0 Average

    SOLVED: Container Not Launching

    I cannot get a basic container to launch and I am not sure why
    jkboi
    Offline

    Junior Member

    Posts: 11
    Threads: 1
    Joined: 2024 Mar
    Reputation: 1
    Country:United States
    #1
    2024-09-01, 06:52 PM
    Hello friends! I am having an issue where I cannot get the JF container I am trying to launch on my Ubuntu 24.04 server running 6.0.36 with docker compose version 2.20.3.

    This is the contents of my compose.yml

    jkboyo@limitedpower:/srv/appdata/jellyfin$ cat compose.yml
    services:
      jellyfin:
        image: lscr.io/linuxserver/jellyfin:latest
        container_name: jellyfin
        environment:
          - PUID=1000
          - PGID=1000
          - TZ=EST/UTC
          - JELLYFIN_PublishedServerUrl=192.168.0.5 #optional
        volumes:
          - /srv/appdata/jellyfin:/config
          - /media/vault/shows:/data/tvshows
          - /media/vault/movies:/data/movies
          - /media/vault/homevideos:/data/homevideos
          - /media/vault/music:/data/music
        ports:
          - 8096:8096
          - 8920:8920 #optional
          - 7359:7359/udp #optional
          - 1900:1900/udp #optional
        restart: unless-stopped

    This is the response to something TheDreadPirate asked me to type in earlier.

    jkboyo@limitedpower:/srv/appdata/jellyfin$ sudo journalctl -u docker.service -n 200 --no-pager
    -- No entries --

    As well as the original message that explains some of the stuff I tried trying to get this to launch

    "hey there! trying to launch a New JF container with docker compose and I keep getting the error no configuration file provided: not found.  I have the docker compose


    jkboyo@limitedpower:/srv/appdata/jellyfin$ ls -l
    total 8
    -rw-r--r-- 1 root root 598 Aug 31 21:40 docker-compose.yml

    this is the permissions for it bc I am guessing it's maybe a permissions thing.
    I am running the docker compose up command in this same dir but it's still mad
    and I tried doing it with the file named docker-compose.yaml as well."

    if there is anything else that I can provide to try to help fix the issue please let me know. I am losing my mind bc I feel like this should be really simple and I feel like I just keep missing something super basic.
    Go to solution
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Container Not Launching - by jkboi - 2024-09-01, 06:52 PM
    RE: Container Not Launching - by TheDreadPirate - 2024-09-01, 07:23 PM
    RE: Container Not Launching - by jkboi - 2024-09-01, 07:38 PM
    RE: Container Not Launching - by TheDreadPirate - 2024-09-01, 08:58 PM
    RE: Container Not Launching - by jkboi - 2024-09-01, 09:01 PM
    RE: Container Not Launching - by TheDreadPirate - 2024-09-01, 09:43 PM
    RE: Container Not Launching - by jkboi - 2024-09-01, 09:58 PM
    RE: Container Not Launching - by AGiLiT - 2024-09-01, 10:16 PM
    RE: Container Not Launching - by jkboi - 2024-09-01, 10:18 PM
    RE: Container Not Launching - by AGiLiT - 2024-09-01, 11:21 PM
    RE: Container Not Launching - by Efficient_Good_5784 - 2024-09-02, 12:09 AM
    RE: Container Not Launching - by TheDreadPirate - 2024-09-01, 10:41 PM
    RE: Container Not Launching - by jkboi - 2024-09-01, 10:53 PM
    RE: Container Not Launching - by jkboi - 2024-09-01, 11:32 PM
    RE: Container Not Launching - by jkboi - 2024-09-01, 11:50 PM
    RE: Container Not Launching - by TheDreadPirate - 2024-09-02, 12:19 AM
    RE: Container Not Launching - by jkboi - 2024-09-02, 12:51 AM
    RE: Container Not Launching - by TheDreadPirate - 2024-09-02, 01:27 AM
    RE: Container Not Launching - by jkboi - 2024-09-02, 01:46 AM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode