Untitled

 avatar
unknown
plain_text
2 years ago
589 B
4
Indexable
  GNU nano 6.2                                       docker-compose.yaml                                                networks:
  default:
      name: Streaming
      external: true

services:
  plex:
    image: lscr.io/linuxserver/plex:latest
    container_name: Plex
    network_mode: host
    runtime: nvidia
    environment:
      - PUID=1001
      - PGID=1001
      - NVIDIA_VISIBLE_DEVICES=all
      - VERSION=docker
      - PLEX_CLAIM=claim-your token #optional
    volumes:
      - ./Configs/Plex:/config
      - /MainPool/Files/Streaming/Media:/Media
    restart: unless-stopped
Editor is loading...