update
This commit is contained in:
parent
253ad9fd90
commit
70734d1a71
@ -2,3 +2,5 @@
|
||||
|
||||
https://opensourcegeeks.net/installing-plex-on-a-raspberry-pi-with-docker-and-ubuntu
|
||||
|
||||
sudo mount -t cifs -o username=marcelo //swaghausen-wg/marceload/Neue_Filme_und_Serien /media/plex/tvseries
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
version: "2"
|
||||
version: "2.1"
|
||||
|
||||
services:
|
||||
plex:
|
||||
@ -6,8 +6,8 @@ services:
|
||||
container_name: plex
|
||||
network_mode: host
|
||||
environment:
|
||||
- PUID=1001
|
||||
- PGID=1001
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- VERSION=docker
|
||||
volumes:
|
||||
- /docker/plex/library:/config
|
||||
|
Loading…
x
Reference in New Issue
Block a user