Added rethinkdb
This commit is contained in:
parent
ed0b275479
commit
5a97dc51fc
1 changed files with 21 additions and 0 deletions
|
@ -99,6 +99,27 @@
|
||||||
docker logs docker-mongo-1 -f
|
docker logs docker-mongo-1 -f
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## rethinkDB
|
||||||
|
|
||||||
|
### Starting the rethinkDB container
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker compose -f docker-compose-rethinkdb.yml up -d
|
||||||
|
```
|
||||||
|
|
||||||
|
### Stopping the rethinkDB container
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker compose -f docker-compose-rethinkdb.yml stop
|
||||||
|
docker compose -f docker-compose-rethinkdb.yml down
|
||||||
|
```
|
||||||
|
|
||||||
|
### Checking the rethinkDB container log
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker logs docker-rethinkdb-1 -f
|
||||||
|
```
|
||||||
|
|
||||||
## Redis
|
## Redis
|
||||||
|
|
||||||
### Starting the Redis container
|
### Starting the Redis container
|
||||||
|
|
Loading…
Reference in a new issue