mirror of
https://github.com/spritsail/plex-media-server.git
synced 2024-11-05 01:16:23 +00:00
Fix UID and GID
This commit is contained in:
parent
0d0dd538c0
commit
c3ff5d431a
@ -1,7 +1,7 @@
|
||||
FROM adamant/busybox
|
||||
MAINTAINER Adam Dodman <adam.dodman@gmx.com>
|
||||
|
||||
ENV UID=787 GID=990
|
||||
ENV UID=900 GID=900
|
||||
ADD start_pms.patch /tmp/start_pms.patch
|
||||
|
||||
WORKDIR /tmp
|
||||
|
Loading…
Reference in New Issue
Block a user