Skip to content

Commit

Permalink
Bump plex version to 1.40.5 (#563)
Browse files Browse the repository at this point in the history
Bump plex version to 1.40.5
Add gpu capabilities
  • Loading branch information
jerrykuku authored Aug 19, 2024
1 parent 1166e09 commit b4b2079
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Apps/Plex/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ services:
PGID: $PGID
PUID: $PUID
VERSION: docker
image: linuxserver/plex:1.40.1
image: lscr.io/linuxserver/plex:1.40.5
deploy:
resources:
reservations:
memory: "256M"
devices:
- capabilities:
- gpu
network_mode: host
restart: unless-stopped
volumes:
Expand Down Expand Up @@ -91,6 +94,10 @@ x-casaos:
4. click 'Add Library'
5. select your media type, and specify the path, such as /Media, where your media files are stored for Plex to catalog and include in your library.
Accelerated with nvidia gpu
Please add an environment variable `NVIDIA_VISIBLE_DEVICES=all` to enable hardware acceleration
zh_cn: |
## Plex
Expand All @@ -106,6 +113,10 @@ x-casaos:
4. 点击“添加库”。
5. 选择您的媒体类型,并指定路径,例如 /Media,Plex 将存储和编目您的媒体文件,并将其包含在您的库中。
使用英伟达 gpu 进行转码加速
请在环境变量中添加 `NVIDIA_VISIBLE_DEVICES=all` 启用硬件加速
title:
en_us: Plex
index: /web/index.html
Expand Down

0 comments on commit b4b2079

Please sign in to comment.