Last active
          December 22, 2021 18:55 
        
      - 
      
- 
        Save HRKings/3aa1ec4a506ce1e81e96e4a8f2ca04ac to your computer and use it in GitHub Desktop. 
    Cassandra Template Docker Compose File
  
        
  
    
      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: "3.9" | |
| services: | |
| cassandra: | |
| container_name: cassandra | |
| image: cassandra | |
| ports: | |
| - "9042:9042" | |
| volumes: | |
| - ./cassandra:/var/lib/cassandra | |
| restart: unless-stopped | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment