Compare commits

...

1 commit

Author SHA1 Message Date
b72593e7da Dockerfile: rename user to _gitea instead of git 2024-05-02 15:05:39 -03:00

View file

@ -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"]