From 99a9783abcf5db6ead15228fcf7bc962fff548f5 Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Thu, 17 Oct 2013 17:59:46 +0000 Subject: [PATCH] fix typo in docs --- docs/sources/examples/linking_into_redis.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/examples/linking_into_redis.rst b/docs/sources/examples/linking_into_redis.rst index 1712e62d69..70a83b4333 100644 --- a/docs/sources/examples/linking_into_redis.rst +++ b/docs/sources/examples/linking_into_redis.rst @@ -54,7 +54,7 @@ Run the redis container .. code-block:: bash - docker run -d -e PASSWORD=docker crosbymichael/redis --requirepass=docker + docker run -d -e PASSWORD=docker crosbymichael/redis --requirepass docker This will run our redis container using the default port of 6379 and using as password to secure our service. Next we will link the redis container to