dockerfile / rethinkdb

RethinkDB Dockerfile for trusted automated Docker builds.
http://dockerfile.github.io/#/rethinkdb
MIT License
87 stars 41 forks source link

Docker Compose #8

Open jocubeit opened 9 years ago

jocubeit commented 9 years ago

Just wondering how I can pass --bind and --canonical-address in a docker-compose.yml?

lprhodes commented 8 years ago

It'd be inside your Dockerfile that you link to from docker-compose.yml... e.g. CMD [ "rethinkdb", "--bind", "all" ]