Browse Source

Fixes the password value in the redis/links example

Nicolas Dudebout 11 years ago
parent
commit
ccc1a5dcfb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/sources/examples/linking_into_redis.rst

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

@@ -124,7 +124,7 @@ network and environment information from the containers that are linked into it.
     DB_PORT_6379_TCP_PORT=6379
     DB_PORT_6379_TCP_PORT=6379
 
 
     # Get environment variables of the container 
     # Get environment variables of the container 
-    DB_ENV_PASSWORD=dockerpass
+    DB_ENV_PASSWORD=docker
 
 
 
 
 Accessing the network information along with the environment of the child container allows
 Accessing the network information along with the environment of the child container allows