Skip to content

Commit

Permalink
Update docker-compose to use v0.20.0 (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
samarabbas committed Mar 22, 2020
1 parent 89d2a0e commit aeb9a99
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose-es.yml
Expand Up @@ -32,7 +32,7 @@ services:
environment:
- discovery.type=single-node
temporal:
image: temporalio/auto-setup:latest
image: temporalio/auto-setup:0.20.0
ports:
- "7233:7233"
- "7234:7234"
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose-mysql.yml
Expand Up @@ -14,7 +14,7 @@ services:
- "8125:8125"
- "8126:8126"
temporal:
image: temporalio/auto-setup:latest
image: temporalio/auto-setup:0.20.0
ports:
- "7233:7233"
- "7234:7234"
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose-postgres.yml
Expand Up @@ -15,7 +15,7 @@ services:
- "8125:8125"
- "8126:8126"
temporal:
image: temporalio/auto-setup:latest
image: temporalio/auto-setup:0.20.0
ports:
- "7233:7233"
- "7234:7234"
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Expand Up @@ -13,7 +13,7 @@ services:
- "8125:8125"
- "8126:8126"
temporal:
image: temporalio/auto-setup:latest
image: temporalio/auto-setup:0.20.0
ports:
- "7233:7233"
environment:
Expand Down

0 comments on commit aeb9a99

Please sign in to comment.