new services + proxy network rework
This commit is contained in:
15
Plex/docker-compose.yml
Executable file
15
Plex/docker-compose.yml
Executable file
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
plex:
|
||||
image: lscr.io/linuxserver/plex:latest
|
||||
container_name: plex
|
||||
network_mode: host
|
||||
environment:
|
||||
- TZ=Europe/Prague
|
||||
- VERSION=latest
|
||||
devices:
|
||||
- /dev/dri:/dev/dri
|
||||
volumes:
|
||||
- /zstore/Docker-volumes/Plex:/config
|
||||
- /zstore/media:/zstore/media
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user