Victor Vieux 11 лет назад
Родитель
Сommit
99a9783abc
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/sources/examples/linking_into_redis.rst

+ 1 - 1
docs/sources/examples/linking_into_redis.rst

@@ -54,7 +54,7 @@ Run the redis container
 
 
 .. code-block:: bash
 .. 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
 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 
 as password to secure our service. Next we will link the redis container to