turnbullpress / dockerbook-code

The code and configuration examples from The Docker Book (http://www.dockerbook.com)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

redis protected mode

Break00 opened this issue · comments

Change Dockerfile as follows:
ENTRYPOINT ["/usr/bin/redis-server","--protected-mode no" ]