Dockerfile: rename user to _gitea instead of git
This commit is contained in:
parent
b5c49a19d2
commit
36d69e6608
1 changed files with 3 additions and 3 deletions
|
@ -89,10 +89,10 @@ RUN addgroup \
|
|||
-s /bin/bash \
|
||||
-u 1000 \
|
||||
-G git \
|
||||
git && \
|
||||
echo "git:*" | chpasswd -e
|
||||
_gitea && \
|
||||
echo "_gitea:*" | chpasswd -e
|
||||
|
||||
ENV USER git
|
||||
ENV USER _gitea
|
||||
ENV GITEA_CUSTOM /data/gitea
|
||||
|
||||
VOLUME ["/data"]
|
||||
|
|
Loading…
Reference in a new issue