mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Adding a line to modify the configuration file (#1205)
* Adding a line to modify the configuration file * Changing the access URL for rethinkdb * Typo fix and with clarification * Changes as per @ttmc's comments
This commit is contained in:
parent
7a63771c2b
commit
306053af91
@ -51,6 +51,11 @@ Let's analyze that command:
|
||||
command) inside the container, with the `-y` option to automatically use all the default config values
|
||||
* `mongodb` or `rethinkdb` specifies the database backend to use with bigchaindb
|
||||
|
||||
To ensure that BigchainDB connects to the backend database bound to the virtual
|
||||
interface `172.17.0.1`, you must edit the BigchainDB configuration file
|
||||
(`~/bigchaindb_docker/.bigchaindb`) and change database.host from `localhost`
|
||||
to `172.17.0.1`.
|
||||
|
||||
|
||||
### Run the backend database
|
||||
From v0.9 onwards, you can run either RethinkDB or MongoDB.
|
||||
@ -75,7 +80,7 @@ docker run \
|
||||
|
||||
|
||||
You can also access the RethinkDB dashboard at
|
||||
[http://localhost:58080/](http://localhost:58080/)
|
||||
[http://172.17.0.1:58080/](http://172.17.0.1:58080/)
|
||||
|
||||
|
||||
#### For MongoDB
|
||||
|
Loading…
x
Reference in New Issue
Block a user