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 @@ -3,15 +3,15 @@ version: '2.1'
33services :
44 master :
55 container_name : " ${COMPOSE_PROJECT_NAME:-citus}_master"
6- image : ' citusdata/citus:9.2.2-1 '
6+ image : ' citusdata/citus:9.2.2'
77 ports : ["${MASTER_EXTERNAL_PORT:-5432}:5432"]
88 labels : ['com.citusdata.role=Master']
99 worker :
10- image : ' citusdata/citus:9.2.2-1 '
10+ image : ' citusdata/citus:9.2.2'
1111 labels : ['com.citusdata.role=Worker']
1212 depends_on : { manager: { condition: service_healthy } }
1313 manager :
1414 container_name : " ${COMPOSE_PROJECT_NAME:-citus}_manager"
15- image : ' citusdata/membership-manager:0.2.0 '
15+ image : ' citusdata/membership-manager:0.2.1 '
1616 volumes : ['/var/run/docker.sock:/var/run/docker.sock']
1717 depends_on : { master: { condition: service_healthy } }
You can’t perform that action at this time.
0 commit comments