Hello,
I have installed Plex server in a Intel NUC device with this configuration:
plex:
image: linuxserver/plex
container_name: plex
ports:
- 32400:32400
environment:
- PUID=1000
- PGID=1000
- VERSION=docker
- UMASK_SET=022 #optional
volumes:
- $PWD/docker_data/plex:/config
- /mnt/plex:/data
devices:
- /dev/dri:/dev/dri
restart: always
It works well, but I want to know your experience and recomendation about docker containers, Do you use other containers? Any other configuration?
Thanks for your help.
Best regards.