How to install Plex on Docker using Docker Compose

Поделиться
HTML-код
  • Опубликовано: 27 янв 2025
  • НаукаНаука

Комментарии • 19

  • @marp04
    @marp04 2 года назад +3

    Bro, you're the best, I've been racking my brain for days. your tutorial is excellent. Thanks a lot

  • @WalkingAdam
    @WalkingAdam 4 месяца назад

    Wonderful job, thank you very much!

  • @pr0jectSkyneT
    @pr0jectSkyneT 7 месяцев назад +1

    Do you have GPU Hardware Acceleration working on your Plex docker container?

  • @danielcorrigan2889
    @danielcorrigan2889 Месяц назад

    Hey thanks a ton for this vid, helped me out!
    My Ubuntu HTPC has 3HDDs. the .yml folders we created are on /home. How do I get them on to my other drives, where all my media is? Where they are now is the smaller SSD. Thanks.

    • @thetechtaurus
      @thetechtaurus  Месяц назад

      You can just navigate to the directory where you have mounted your drives and create the .yaml files and run docker compose at that location instead :)

  • @TheTimeProphet
    @TheTimeProphet 9 месяцев назад

    Ok I have one question. If I want to add another folder, or network location. Do I have to remove the container and re-create it, or can I do that without removing the container?

  • @souravdey1
    @souravdey1 11 месяцев назад

    I did the step to add the 3 file paths to the docker-compose.yml file. But when I launch the web UI it still appears that the folders for movies and tv shows have not been "ingested" correctly. So I need to add the libraries myself manually. Is this expected behaviour?

    • @Erniej
      @Erniej 11 месяцев назад

      Docker compose paths are for the image to have access to those folders.

  • @Bolo908
    @Bolo908 3 месяца назад

    Does this work with Debian 12?

  • @andherium
    @andherium 2 года назад

    Isn't Plex a self hosted application? Why should I register in their web app?

    • @thetechtaurus
      @thetechtaurus  Год назад

      If for example you want to stream outside of your local home network you will need a plex account 🙂

    • @TheTimeProphet
      @TheTimeProphet 9 месяцев назад

      You have to set an ip address in settings of machines you want to connect without signing in. It's in settings somewhere LOL

    • @TheTimeProphet
      @TheTimeProphet 9 месяцев назад

      @@thetechtaurus I can stream outside my house without a plex account

  • @kalaster189
    @kalaster189 6 месяцев назад

    wtf is with you youtubers constantly clearing your terminal?!?! Seriously annoying having to switch and rewind every 4 seconds.

  • @TheTimeProphet
    @TheTimeProphet 9 месяцев назад

    Thanks for this great tutorial, however I found a better way of putting my folders into the compose file. Instead of putting each catagory like, movies, tv etc, just put - /media/plex/:/plex Now I have networks shares in /media/plex/movies,/media/plex/tv etc, but I only need one line instead of multiple lines. So in plex when you want to add your movies, just go to plex/movies.

    • @thetechtaurus
      @thetechtaurus  8 месяцев назад

      That's a great idea! Thanks for sharing