Skip to content

Commit

Permalink
Merge pull request #110 from citusdata/develop-use-8.0.0-m
Browse files Browse the repository at this point in the history
Use 8.0.0 as tag
  • Loading branch information
velioglu authored Nov 6, 2018
2 parents 2597c3c + 5d8a25d commit cebae42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ version: '2.1'
services:
master:
container_name: "${COMPOSE_PROJECT_NAME:-citus}_master"
image: 'citusdata/citus:8.0.0-1'
image: 'citusdata/citus:8.0.0'
ports: ["${MASTER_EXTERNAL_PORT:-5432}:5432"]
labels: ['com.citusdata.role=Master']
worker:
image: 'citusdata/citus:8.0.0-1'
image: 'citusdata/citus:8.0.0'
labels: ['com.citusdata.role=Worker']
depends_on: { manager: { condition: service_healthy } }
manager:
Expand Down

0 comments on commit cebae42

Please sign in to comment.