22version : ' 2.2'
33services :
44 coordinator1 :
5- image : dingodb.ubuntu:v0.3 .0
5+ image : dingodb.ubuntu:v0.5 .0
66 hostname : coordinator1
77 container_name : coordinator1
88 networks :
@@ -12,7 +12,7 @@ services:
1212 DINGO_HOSTNAME : coordinator1
1313
1414 coordinator2 :
15- image : dingodb.ubuntu:v0.3 .0
15+ image : dingodb.ubuntu:v0.5 .0
1616 hostname : coordinator2
1717 container_name : coordinator2
1818 networks :
@@ -22,7 +22,7 @@ services:
2222 DINGO_HOSTNAME : coordinator2
2323
2424 coordinator3 :
25- image : dingodb.ubuntu:v0.3 .0
25+ image : dingodb.ubuntu:v0.5 .0
2626 hostname : coordinator3
2727 container_name : coordinator3
2828 networks :
@@ -32,7 +32,7 @@ services:
3232 DINGO_HOSTNAME : coordinator3
3333
3434 executor1 :
35- image : dingodb.ubuntu:v0.3 .0
35+ image : dingodb.ubuntu:v0.5 .0
3636 hostname : executor1
3737 container_name : executor1
3838 ports :
@@ -48,7 +48,7 @@ services:
4848 DINGO_HOSTNAME : executor1
4949
5050 executor2 :
51- image : dingodb.ubuntu:v0.3 .0
51+ image : dingodb.ubuntu:v0.5 .0
5252 hostname : executor2
5353 container_name : executor2
5454 ports :
@@ -64,7 +64,7 @@ services:
6464 DINGO_HOSTNAME : executor2
6565
6666 executor3 :
67- image : dingodb.ubuntu:v0.3 .0
67+ image : dingodb.ubuntu:v0.5 .0
6868 hostname : executor3
6969 container_name : executor3
7070 ports :
@@ -80,7 +80,7 @@ services:
8080 DINGO_HOSTNAME : executor3
8181
8282 web :
83- image : dingodb.ubuntu:v0.3 .0
83+ image : dingodb.ubuntu:v0.5 .0
8484 hostname : web
8585 container_name : web
8686 ports :
0 commit comments