mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-05-06 12:05:24 +00:00
Fixed running as uid=0 even with UID unset (#1475)
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ WORKDIR /data
|
||||
|
||||
STOPSIGNAL SIGTERM
|
||||
|
||||
ENV TYPE=VANILLA VERSION=LATEST EULA=""
|
||||
ENV TYPE=VANILLA VERSION=LATEST EULA="" UID=1000 GID=1000
|
||||
|
||||
COPY --chmod=755 scripts/start* /
|
||||
COPY --chmod=755 bin/ /usr/local/bin/
|
||||
|
||||
Reference in New Issue
Block a user