We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68ce978 + c73b084 commit fe7450bCopy full SHA for fe7450b
README.md
@@ -47,7 +47,7 @@ choose **Gradle** and then click **Next**->**Finish**.
47
48
Run Temporal Server using Docker Compose:
49
50
- curl -L https://github.com/temporalio/temporal/releases/download/v0.23.1/docker.tar.gz | tar -xz --strip-components 1 docker/docker-compose.yml
+ curl -L https://github.com/temporalio/temporal/releases/download/v0.25.0/docker.tar.gz | tar -xz --strip-components 1 docker/docker-compose.yml
51
docker-compose up
52
53
If this does not work, see the instructions for running Temporal Server at https://github.com/temporalio/temporal/blob/master/README.md.
0 commit comments