Skip to content

Commit

Permalink
staging has a docker volume for cassandra
Browse files Browse the repository at this point in the history
  • Loading branch information
oscgonfer committed Mar 18, 2024
1 parent 6c00ac4 commit 1bdbbb6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions compose/cassandra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ services:
- "7199:7199" # JMX
- "9042:9042" # CQL native transport
- "9160:9160" # Thrift client API
#volumes:
#- ../sck-cassandra:/var/lib/cassandra

volumes:
- ../sck-cassandra:/var/lib/cassandra
volumes:
sck-cassandra:
# cassandra-2:
# image: cassandra:3.11.4
# ports:
Expand Down

0 comments on commit 1bdbbb6

Please sign in to comment.