First version from production
This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
version: '3.9'
|
||||||
|
services:
|
||||||
|
plex:
|
||||||
|
container_name: dockerplex
|
||||||
|
image: plexinc/pms-docker
|
||||||
|
restart: unless-stopped
|
||||||
|
environment:
|
||||||
|
- TZ=Europe/Paris
|
||||||
|
- PLEX_CLAIM=claim-gxFaKd6nauxzS4QppG-f
|
||||||
|
network_mode: host
|
||||||
|
hostname: DockerPlex
|
||||||
|
volumes:
|
||||||
|
- /var/lib/docker/volumes/plex_config/_data:/config
|
||||||
|
- /network/Datas2:/data
|
||||||
|
- /network/stephane.david:/photo_moto
|
||||||
|
devices:
|
||||||
|
- "/dev/dri:/dev:dri"
|
||||||
Reference in New Issue
Block a user