You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
433 B
18 lines
433 B
version: '3.5'
|
|
services:
|
|
plex:
|
|
image: lscr.io/linuxserver/plex:latest
|
|
container_name: plex
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
- VERSION=docker
|
|
- PLEX_CLAIM=claim-E3HHYUT7MSg8zdY8gnvt
|
|
volumes:
|
|
- /usr/docker_binds/plex/config:/config
|
|
- /mnt/pokecenter/Media:/media
|
|
ports:
|
|
- 32400:32400
|
|
restart: unless-stopped
|
|
devices:
|
|
- /dev/dri:/dev/dri
|