Skip to content

Commit cebae42

Browse files
authored
Merge pull request #110 from citusdata/develop-use-8.0.0-m
Use 8.0.0 as tag
2 parents 2597c3c + 5d8a25d commit cebae42

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ version: '2.1'
33
services:
44
master:
55
container_name: "${COMPOSE_PROJECT_NAME:-citus}_master"
6-
image: 'citusdata/citus:8.0.0-1'
6+
image: 'citusdata/citus:8.0.0'
77
ports: ["${MASTER_EXTERNAL_PORT:-5432}:5432"]
88
labels: ['com.citusdata.role=Master']
99
worker:
10-
image: 'citusdata/citus:8.0.0-1'
10+
image: 'citusdata/citus:8.0.0'
1111
labels: ['com.citusdata.role=Worker']
1212
depends_on: { manager: { condition: service_healthy } }
1313
manager:

0 commit comments

Comments
 (0)