inital commit
This commit is contained in:
commit
b298b6c445
4
Readme.md
Normal file
4
Readme.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# plex server
|
||||||
|
|
||||||
|
https://opensourcegeeks.net/installing-plex-on-a-raspberry-pi-with-docker-and-ubuntu
|
||||||
|
|
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
version: "2"
|
||||||
|
services:
|
||||||
|
plex:
|
||||||
|
image: linuxserver/plex
|
||||||
|
container_name: plex
|
||||||
|
network_mode: host
|
||||||
|
environment:
|
||||||
|
- PUID=1001
|
||||||
|
- PGID=1001
|
||||||
|
- VERSION=docker
|
||||||
|
volumes:
|
||||||
|
- /docker/plex/library:/config
|
||||||
|
- /media/plex/tvseries:/tv
|
||||||
|
- /media/plex/movies:/movies
|
||||||
|
restart: always
|
Loading…
x
Reference in New Issue
Block a user