diff --git a/Dockerfile b/Dockerfile index 6dc1a4e..4b16ee5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,7 +53,7 @@ COPY config/sshd_config /etc/ssh/sshd_config # Prepare data ENV GITEA_CUSTOM /data/gitea -RUN echo "export GOGS_CUSTOM=/data/gitea" >> /etc/profile +RUN echo "export GITEA_CUSTOM=/data/gitea" >> /etc/profile RUN chown -R redis /var/log/redis RUN sed -i -e 's/daemonize yes/daemonize no/' /etc/redis.conf