Skip to content

Instantly share code, notes, and snippets.

@renanregis
Created June 4, 2018 16:24
Show Gist options
  • Save renanregis/2048a8deacb6ae7f9f8fb6a6658f50c8 to your computer and use it in GitHub Desktop.
Save renanregis/2048a8deacb6ae7f9f8fb6a6658f50c8 to your computer and use it in GitHub Desktop.
cassandra compose
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