Created
November 30, 2016 10:12
-
-
Save ysmood/3c8ed5a3dbc29d87818a90c6630f0deb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '2' | |
services: | |
rdb1: | |
image: rethinkdb | |
ports: | |
- "8080:8080" | |
command: rethinkdb --bind all | |
rdb2: | |
image: rethinkdb | |
depends_on: | |
- rdb1 | |
command: rethinkdb --join rdb1:29015 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment