no d inrogers
open-menu closeme
nav_home Home
nav_tags Tags
nav_categories Categories
nav_archives Archives
nav_about About
English Português
  • Upgrading Plex when running a Docker container

    calendar May 12, 2022 nav_categories Tech nav_categories Application nav_tags plex nav_tags docker nav_tags upgrade nav_tags update

    When running Plex in a Docker container, you can't actually upgrade/update the Docker image, but rather, you simply redeploy the container with a newer image.

    My plex.yaml file:

    version: '2'
    services:
      plex:
        container_name: plex
        image: plexinc/pms-docker:latest
        restart: unless-stopped …

    Read More

©2019 -   |  www.nodinrogers.com
Powered by Hugo and based off of the Hugo Clarity theme

to-top