We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc3a131 commit 1196386Copy full SHA for 1196386
README.md
@@ -16,7 +16,7 @@ For samples, see [Samples for the Temporal Java SDK](https://github.com/temporal
16
17
Run Temporal Server using Docker Compose:
18
19
- curl -O https://raw.githubusercontent.com/temporalio/temporal/master/docker/docker-compose.yml
+ curl -L https://github.com/temporalio/temporal/releases/latest/download/docker.tar.gz | tar -xz --strip-components 1 docker/docker-compose.yml
20
docker-compose up
21
22
If this does not work, see instructions for running the Temporal Server at https://github.com/temporalio/temporal/blob/master/README.md.
0 commit comments