Dockerfile: rename user to _gitea instead of git

This commit is contained in:
Cat /dev/Nulo 2023-07-10 12:15:04 -03:00
parent daf0fa06af
commit c152dcfe2f

View file

@ -50,10 +50,10 @@ RUN addgroup \
-s /bin/bash \ -s /bin/bash \
-u 1000 \ -u 1000 \
-G git \ -G git \
git && \ _gitea && \
echo "git:*" | chpasswd -e echo "_gitea:*" | chpasswd -e
ENV USER git ENV USER _gitea
ENV GITEA_CUSTOM /data/gitea ENV GITEA_CUSTOM /data/gitea
VOLUME ["/data"] VOLUME ["/data"]