turnbullpress / dockerbook-code

The code and configuration examples from The Docker Book (http://www.dockerbook.com)
927 stars 581 forks source link

disable protected mode #36

Closed pschuermann closed 7 years ago

pschuermann commented 7 years ago

since version 3.2.0, when Redis is executed with the default configuration (binding all the interfaces) and without any password in order to access it, it enters a special mode called protected mode. In this mode Redis only replies to queries from the loopback interfaces.

jamtur01 commented 7 years ago

Thanks!