disable protected mode
This commit is contained in:
parent
a233204766
commit
f3620e7c49
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ RUN sed -re "s/^# (syslog-enabled).*/\1 yes/" -i /etc/redis.conf
|
|||
RUN sed -re "s/^(appendonly).*/\1 yes/" -i /etc/redis.conf
|
||||
RUN echo "pidfile /run/redis/redis.pid" >> /etc/redis.conf
|
||||
RUN echo "daemonize yes" >> /etc/redis.conf
|
||||
RUN echo "protected-mode no" >> /etc/redis.conf
|
||||
|
||||
EXPOSE 6379
|
||||
VOLUME "/var/lib/redis"
|
||||
|
|
Loading…
Reference in a new issue