Fix command to run RethinkDB in bg w/ docker-compose

This commit is contained in:
Troy McConaghy 2017-11-07 10:17:21 +01:00 committed by GitHub
parent 3b33cdb111
commit d55004601c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,7 +105,7 @@ $ docker-compose build
First, start `RethinkDB` in the background:
```text
$ docker-compose up -d rdb
$ docker-compose -f docker-compose.rdb.yml up -d rdb
```
then run the tests using: