Installing Plex in Docker!!

Publicado el: 01 julio 2020
en el canal de: BurnsHA
45,533
209

If you like what you see..... buy me a coffee!
https://www.buymeacoffee.com/c1THy8VNA

Visit my Teespring store front as well.....
https://teespring.com/stores/burns-ho...

This video is a tutorial on how to install Plex in Docker using Docker Compose.

Here are a few links to get you started....

https://github.com/burnshomeautomatio...

https://www.plex.tv/

https://hub.docker.com/r/linuxserver/...

https://www.home-assistant.io/integra...

(0:00) Intro

(2:09) For starters, we need to create a dedicated volume to store all of our Plex media.

sudo mkdir plex_media

(2:50) Now we are ready to install plex in docker using docker compose.

sudo vi docker-compose.yaml

Add this under the section for grafana.....

plex:
container_name: plex
network_mode: host
environment:
PUID=1000
PGID=1000
VERSION=docker
volumes:
plex_data:/config
/home/adrian/plex_media:/media
restart: always
image: linuxserver/plex

volumes:
plex_data:

Save it and then.....

sudo docker-compose up -d

Once the container is created you can jump over to Portainer and make sure that everything looks good with the new install.

(5:42) Let's follow along with the video to configure plex.

(8:20) Once that is done than as an added bonus, let's add the new plex server to Home Assistant.

If you like the video, please subscribe to my channel. If you have any questions or comments, hit me up in the comments below. As always, if there videos out there you would like to see, let me know in the comments as well and I will see what I can do.


En esta página del sitio puede ver el video en línea Installing Plex in Docker!! de Duración hora minuto segunda en buena calidad , que subió el usuario BurnsHA 01 julio 2020, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 45,533 veces y le gustó 209 a los espectadores. Disfruta viendo!