Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть Plex: How to roll back to a previous Plex version with a Docker container install with Portainer.

  • Albert Bush
  • 2024-08-08
  • 215
Plex: How to roll back to a previous Plex version with a Docker container install with Portainer.
  • ok logo

Скачать Plex: How to roll back to a previous Plex version with a Docker container install with Portainer. бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно Plex: How to roll back to a previous Plex version with a Docker container install with Portainer. или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку Plex: How to roll back to a previous Plex version with a Docker container install with Portainer. бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео Plex: How to roll back to a previous Plex version with a Docker container install with Portainer.

How to regress to an older version of Plex server in a Docker container, that’s been originally installed with Portainer.

My example is with Plex server running on a Synology NAS with an Intel iGPU.

Original stack used to pull current version of Plex server from linux-server with a Portainer stack.

version: "3.9"
services:
plex:
image: ghcr.io/linuxserver/plex:latest
container_name: plex124
hostname: plex
network_mode: host
mem_limit: 4g
cpu_shares: 1024
security_opt:
no-new-privileges:true
healthcheck:
test: wget --no-verbose --tries=1 --spider http://localhost:32400/web
volumes:
/volume1/docker/plex124:/config:rw
/volume1/mediaoriginalmedia:/myplexmedia:rw
devices:
/dev/dri/renderD128:/dev/dri/renderD128
/dev/dri/card0:/dev/dri/card0
environment:
TZ: America/New_York
PUID: 1026
PGID: 100
VERSION: public

restart: on-failure:5


Find Old packages here…

https://github.com/linuxserver/docker...


To pull Plex Version 1.40.2.8395 from linux-server, change two sections to reflect these changes.

image: ghcr.io/linuxserver/plex:1.40.2.8395-c67dce28e-ls218
VERSION: 1.40.2.8395-c67dce28e-ls218


To pull Plex Version 1.24.5.5173 from linux-server, change two sections to reflect these changes.

image: lscr.io/linuxserver/plex:version-1.24.5.5173-8dcc73a59
VERSION: 1.24.5.5173-8dcc73a59


To pull Plex Version 1.20.4.3517 from linux-server, change two sections to reflect these changes.

image: ghcr.io/linuxserver/plex:1.20.4.3517-ab5e1197c-ls123
VERSION: 1.20.4.3517-ab5e1197c-ls123

As mentioned in the video, I could only roll back my current Plex server so far, because od a big Plex Server database upgrade and migration that happened earlier this year.

I was able to go from the current version to Version 1.40.2.8395, but had to delete the container and start fresh to get back to 1.24.5.5173 from a few years ago.

Then I was easily able to regress another year to version 1.20.4.3517.

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]