mirror of
https://github.com/spritsail/plex-media-server.git
synced 2025-07-26 16:16:19 +00:00
Fix UID and GID
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM adamant/busybox
|
FROM adamant/busybox
|
||||||
MAINTAINER Adam Dodman <adam.dodman@gmx.com>
|
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
|
ADD start_pms.patch /tmp/start_pms.patch
|
||||||
|
|
||||||
WORKDIR /tmp
|
WORKDIR /tmp
|
||||||
|
Reference in New Issue
Block a user