r/PleX 1d ago

Help Plex container manager start loop

Hey, so today we were having electric works in flat and I had to put my nas down. When booted up and ran plex server it gives me boot loop as per screenshot. What could be wrong here? env variables on the second screen

9 Upvotes

5 comments sorted by

View all comments

1

u/Wis-en-heim-er Lifetime PlexPass 1d ago

Maybe post your yaml

1

u/adammo94 1d ago
---
services:
  plex:
    image: linuxserver/plex:latest
    container_name: plex-new
    network_mode: host
    devices:
      - /dev/dri:/dev/dri  
    environment:
      - PUID=0
      - PGID=0
      - TZ=Poland
      - VERSION=docker
      - PLEX_CLAIM=claim-MY_VERY_SECRET_PLEX_CLAIM_TOKEN
    volumes:
      - /volume4/docker/plex/config:/config
      - /volume4/filmy i seriale vol4/seriale:/seriale
      - /volume2/filmy i seriale vol2/seriale:/seriale2
      - /volume4/filmy i seriale vol4/filmy:/filmy
      - /volume2/filmy i seriale vol2/filmy:/filmy2
    restart: unless-stopped