mirror of
https://github.com/spritsail/plex-media-server.git
synced 2024-11-05 01:16:23 +00:00
Merge pull request #1 from frebib/patch-1
Fix workdir being '/tmp/[/plex]'
This commit is contained in:
commit
6b32d155d9
@ -57,6 +57,6 @@ RUN addgroup -g $GID $GNAME \
|
||||
|
||||
USER plex
|
||||
|
||||
WORKDIR ["/plex"]
|
||||
WORKDIR /plex
|
||||
|
||||
CMD ["/plex/start_pms"]
|
||||
|
Loading…
Reference in New Issue
Block a user