Skip to content

Commit

Permalink
fix(test): fixes cluster setup
Browse files Browse the repository at this point in the history
  • Loading branch information
VAveryanov8 committed Jan 16, 2025
1 parent e03889c commit e30e28a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/docker-compose-ipv6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ services:
networks:
public:
ipv6_address: 2001:0DB9:100::41
third:
second:
ipv6_address: 2001:0DB9:200::41

third_cluster_dc3_node_2:
command: ${SCYLLA_THIRD_CLUSTER_ARGS} --rpc-address 2001:0DB9:100::42 --alternator-address 2001:0DB9:200::42 --listen-address 2001:0DB9:200::42
networks:
public:
ipv6_address: 2001:0DB9:100::42
third:
second:
ipv6_address: 2001:0DB9:200::42

scylla-manager-db:
Expand Down

0 comments on commit e30e28a

Please sign in to comment.