Compare commits

...

1 commit

Author SHA1 Message Date
209d9f3507 Dockerfile: rename user to _gitea instead of git 2023-08-21 15:24:52 -03:00

View file

@ -65,10 +65,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"]