Hello,
I just saw a typing error in my plex config : PUID : 10001, but the good one is 1001.
The problem is that when trying with 1001 i can't acess to plex, it only work with 10001 but i don't have any user with this ID, and the transcoding is not working.
I also tried to create a new ID > 1002 this don't work too.
Please anyone have an idea to resolve this problem ? Thanks
Code
---
services:
plex:
image: lscr.io/linuxserver/plex:latest
container_name: plex
network_mode: host
environment:
- PUID=10001
- PGID=100
- TZ=Europe/Paris
- VERSION=plexpass
- PLEX_CLAIM= #optional
volumes:
- /home/docker/appdata/plex/config:/config
- /srv/dev-disk-by-uuid-9fd782fb-3116-4d90-a13c-2c75857f6989/big1/Film:/Film
- /srv/dev-disk-by-uuid-9fd782fb-3116-4d90-a13c-2c75857f6989/big1/Séries:/Séries
- /srv/dev-disk-by-uuid-9fd782fb-3116-4d90-a13c-2c75857f6989/big1/Series Animes et Mangas:/Series Animes et Mangas
- /srv/dev-disk-by-uuid-9fd782fb-3116-4d90-a13c-2c75857f6989/big1/Film d'Animation:/Film d'Animation
devices:
- /dev/dri:/dev/dri
restart: unless-stopped
Display More