We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec02f6e commit a7375e3Copy full SHA for a7375e3
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.21.1/docker.tar.gz | tar -xz --strip-components 1 docker/docker-compose.yml
+ curl -L https://github.com/temporalio/temporal/releases/download/v0.23.1/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