From 2205048d7faab60aaeda7f64a1e254cac017276b Mon Sep 17 00:00:00 2001 From: Pascal Paulis Date: Tue, 7 Apr 2020 23:14:54 +0200 Subject: [PATCH] added hostname for Redis container & fixed table in mongoDB doc (#25) * added hostname for Redis container & fixed table in mongoDB doc * changed MongoDB to Redis --- docs/nosql/mongodb.md | 2 +- docs/nosql/redis.md | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) 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.xmongo32 - mongo 3.4.x/td>mongo34 + mongo 3.4.xmongo34 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.7redis507
There are no Authentication settings.