I tried to run a dev environment from the current docker-compose.yml and get the following error when the horizon server started :
error: Connection to RethinkDB terminated: ReqlDriverError: Could not connect to 28015:28015.
connect EINVAL 0.0.109.111:28015 - Local (0.0.0.0:0)
After several tests, i figure it out and It seems that the CLI hz replace the word rethinkdb by and empty String when using it with the --connect option.
I fixed it by replacing the alias of the rethinkdb container : rethinkdb by rethindbtest .
The current working docker-compose.yml
Server version: 2.0.0
I tried to run a dev environment from the current docker-compose.yml and get the following error when the horizon server started :
After several tests, i figure it out and It seems that the CLI hz replace the word rethinkdb by and empty String when using it with the
--connect
option.I fixed it by replacing the alias of the rethinkdb container : rethinkdb by rethindbtest . The current working docker-compose.yml