Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jamtur01 authored Jan 28, 2017
1 parent 719cea2 commit 94c3061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/5/sinatra/redis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ RUN apt-get -qq update && apt-get -qq install redis-server redis-tools

EXPOSE 6379

ENTRYPOINT ["/usr/bin/redis-server"]
ENTRYPOINT ["/usr/bin/redis-server", "--protected-mode no" ]
CMD []

0 comments on commit 94c3061

Please sign in to comment.