Skip to content

Commit dd8db84

Browse files
example-cluster: drop down cluster version
After cartridge 2.7.7, you don't bind to 0.0.0.0 by default anymore [1]. In consequence, other containers and host fails to connect with IProto. Explicit `0.0.0.0` and `127.0.0.1` don't help to fix the issue. 1. tarantool/cartridge#1890
1 parent b3411e4 commit dd8db84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_cluster/project/project-scm-1.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source = {
77
dependencies = {
88
'tarantool',
99
'lua >= 5.1',
10-
'cartridge == 2.7.8-1',
10+
'cartridge == 2.7.6-1',
1111
'metrics == 0.16.0-1',
1212
'crud == 1.0.0-1',
1313
'expirationd == 1.3.1-1',

0 commit comments

Comments
 (0)