File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ services:
63
63
condition : service_healthy
64
64
65
65
cassandra-1 :
66
- image : " cassandra:5.0.4@sha256:2d241468ad9d0c091905dddb8d4e5cf4bdfbbfbd6d2acdbd4c7c312e43da93e1 "
66
+ image : " cassandra:5.0.4@sha256:0fac310722d79b0deb09ab9e1fe95212bf328971ae9e3735b072c759755f04a1 "
67
67
volumes :
68
68
- " cassandra-1-data:/var/lib/cassandra"
69
69
environment :
@@ -78,7 +78,7 @@ services:
78
78
retries : 10
79
79
80
80
cassandra-2 :
81
- image : " cassandra:5.0.4@sha256:2d241468ad9d0c091905dddb8d4e5cf4bdfbbfbd6d2acdbd4c7c312e43da93e1 "
81
+ image : " cassandra:5.0.4@sha256:0fac310722d79b0deb09ab9e1fe95212bf328971ae9e3735b072c759755f04a1 "
82
82
volumes :
83
83
- " cassandra-2-data:/var/lib/cassandra"
84
84
environment :
@@ -93,7 +93,7 @@ services:
93
93
retries : 10
94
94
95
95
cassandra-init-data :
96
- image : " cassandra:5.0.4@sha256:2d241468ad9d0c091905dddb8d4e5cf4bdfbbfbd6d2acdbd4c7c312e43da93e1 "
96
+ image : " cassandra:5.0.4@sha256:0fac310722d79b0deb09ab9e1fe95212bf328971ae9e3735b072c759755f04a1 "
97
97
command : " cqlsh -f /scripts/cassandra-init.cql"
98
98
environment :
99
99
CQLSH_HOST : " cassandra-1"
You can’t perform that action at this time.
0 commit comments