2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-25 14:59:14 +01:00

update plex

This commit is contained in:
kev
2016-05-04 15:41:37 +08:00
parent e8df88b31c
commit a2bb9de8de
2 changed files with 11 additions and 3 deletions

View File

@@ -1,7 +1,5 @@
plex:
image: vimagick/plex
ports:
- "32400:32400"
volumes:
- "./data:/data:ro"
- "./data/plex:/var/lib/plexmediaserver/Library/Application Support"
@@ -9,4 +7,5 @@ plex:
- "HOME=/data"
working_dir: /data
# user: 1000:1000
net: host
restart: always