Open jocubeit opened 9 years ago
Just wondering how I can pass --bind and --canonical-address in a docker-compose.yml?
--bind
--canonical-address
docker-compose.yml
It'd be inside your Dockerfile that you link to from docker-compose.yml... e.g. CMD [ "rethinkdb", "--bind", "all" ]
CMD [ "rethinkdb", "--bind", "all" ]
Just wondering how I can pass
--bind
and--canonical-address
in adocker-compose.yml
?