Fix wrong variable
This commit is contained in:
parent
d237d5653a
commit
69151ec931
@ -53,7 +53,7 @@ COPY config/sshd_config /etc/ssh/sshd_config
|
|||||||
|
|
||||||
# Prepare data
|
# Prepare data
|
||||||
ENV GITEA_CUSTOM /data/gitea
|
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 chown -R redis /var/log/redis
|
||||||
RUN sed -i -e 's/daemonize yes/daemonize no/' /etc/redis.conf
|
RUN sed -i -e 's/daemonize yes/daemonize no/' /etc/redis.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user