Created
June 4, 2018 16:24
-
-
Save renanregis/2048a8deacb6ae7f9f8fb6a6658f50c8 to your computer and use it in GitHub Desktop.
cassandra compose
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
cassandra: | |
image: cassandra:latest | |
environment: ['rpc_address=172.22.1.31', 'cassandra_listen_address=172.22.1.31'] | |
ports: | |
- "9042:9042" | |
- "9160:9160" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment