Skip to content

Commit

Permalink
readme: fix image name (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai authored Feb 8, 2024
1 parent 58c55bd commit fc5234d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The faster startup time is achieved by hardcoding the tokens for each node:
version: "3.3"
services:
cassandra-one:
image: shotover/cassandra-test:4.0.6
image: shotover/cassandra-test:4.0.6-r1
ports:
- "9042:9042"
environment:
Expand Down Expand Up @@ -50,7 +50,7 @@ networks:
services:
cassandra-one:
image: &image shotover/cassandra-test:4.0.6
image: &image shotover/cassandra-test:4.0.6-r1
networks:
cluster_subnet:
ipv4_address: 172.16.1.2
Expand Down

0 comments on commit fc5234d

Please sign in to comment.