Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bb012b7

Browse files
authored
Update Dockerfile
updated Dockerfile
1 parent 626a924 commit bb012b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎redis_server/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ RUN apt-get update \
1717

1818
&& apt-get -y install redis-server \
1919

20+
&& sed -i -e"s/^bind\s127.0.0.1/bind 0.0.0.0/" /etc/redis/redis.conf \
21+
22+
&& chown -R redis:syslog /var/log/redis/ \
23+
2024
##install supervisor and setup supervisord.conf file
2125

2226
&& apt-get install -y supervisor \

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /