Skip to content

Commit 2205048

Browse files
authored
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
1 parent 32a44c2 commit 2205048

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/nosql/mongodb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Because MongoDB runs in a dedicated container, each version has a specific local
4343
<td>mongo 3.2.x</td><td>mongo32</td>
4444
</tr>
4545
<tr>
46-
<td>mongo 3.4.x/td><td>mongo34</td>
46+
<td>mongo 3.4.x</td><td>mongo34</td>
4747
</tr>
4848
</table>
4949

docs/nosql/redis.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ variable `CPHP_SERVICE_REDIS` with the desired Redis version as value to your pi
1818
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
1919
environment variable `CPHP_SERVICE_REDIS = 5.0.7` to the Behat configuration.
2020

21-
## Connecting to Redis
21+
## Connecting to Redis
22+
23+
Because Redis runs in a dedicated container, each version has a specific local domain :
24+
25+
<table>
26+
<tr>
27+
<td>Redis 5.0.7</td><td>redis507</td>
28+
</tr>
29+
</table>
2230

2331
There are no Authentication settings.

0 commit comments

Comments
 (0)