diff --git a/docs/nosql/mongodb.md b/docs/nosql/mongodb.md
index e654ba5..0b0cbbe 100644
--- a/docs/nosql/mongodb.md
+++ b/docs/nosql/mongodb.md
@@ -43,7 +43,7 @@ Because MongoDB runs in a dedicated container, each version has a specific local
mongo 3.2.x | mongo32 |
- mongo 3.4.x/td> | mongo34 |
+ mongo 3.4.x | mongo34 |
diff --git a/docs/nosql/redis.md b/docs/nosql/redis.md
index f6dc078..f741679 100644
--- a/docs/nosql/redis.md
+++ b/docs/nosql/redis.md
@@ -18,6 +18,14 @@ variable `CPHP_SERVICE_REDIS` with the desired Redis version as value to your pi
E.g. if you need `Redis 5.0.7` in your Behat tests, go to the Testing Settings (step 2 of the Pipeline) and add the
environment variable `CPHP_SERVICE_REDIS = 5.0.7` to the Behat configuration.
-## Connecting to Redis
+## Connecting to Redis
+
+Because Redis runs in a dedicated container, each version has a specific local domain :
+
+
+
+ Redis 5.0.7 | redis507 |
+
+
There are no Authentication settings.