Added rethinkdb

This commit is contained in:
Thomas Hii 2024-06-29 17:57:48 +08:00
parent ed0b275479
commit 5a97dc51fc

View file

@ -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