From f75b25628aa2d9d77ecc37e54bdf9e278f604fbd Mon Sep 17 00:00:00 2001 From: asonix Date: Sat, 19 Oct 2019 19:10:29 -0500 Subject: [PATCH] Change UID --- container/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/container/Dockerfile b/container/Dockerfile index 596517a79..cd0fdbc98 100644 --- a/container/Dockerfile +++ b/container/Dockerfile @@ -23,8 +23,8 @@ RUN chmod +rx /tini ENV PATH="${PATH}:/opt/ruby/bin:/opt/node/bin:/opt/mastodon/bin" # Create the mastodon user -ARG UID=991 -ARG GID=991 +ARG UID=1001 +ARG GID=1001 RUN apt update && \ echo "Etc/UTC" > /etc/localtime && \ ln -s /opt/jemalloc/lib/* /usr/lib/ && \