rethinkdb/horizon

/usr/app doesn't contain an .hz directory

developer-tahir-saleem opened this issue · 2 comments

I am run rethinkdb / horizon docker image by using command

docker run -e RETHINKDB_URI=localhost:28015 -v /usr/app/ rethinkdb/horizon
show error
/usr/app doesn't contain an .hz directory

OS Ubuntu 16.4

syu93 commented

If I recall right, you have to create yourself an .hz directory and put the config inside. It'll then be shared with your container and Horizon will use it to launch the application with your configuration

Trying to but wont be able to