Skip to content

Commit

Permalink
Fix feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshtin committed May 4, 2020
1 parent bdfa602 commit b1414e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ Using a pre-built image
With every tagged release of the temporal server, there is also a corresponding
docker image that's uploaded to docker hub. In addition, the release will also
contain a **docker.tar.gz** file (docker-compose startup scripts).
[Download](https://github.com/temporalio/temporal/releases/latest) a latest **docker.tar.gz**.
[Download](https://github.com/temporalio/temporal/releases/latest) the latest **docker.tar.gz**.
Execute the following
commands to start a pre-built image along with all dependencies (`cassandra`/`statsd`).
```bash
$ tar -xzvf docker.tar.gz
$ curl -L https://github.com/temporalio/temporal/releases/latest/download/docker.tar.gz | tar -xz
$ cd docker
$ docker-compose up
```
Expand Down Expand Up @@ -60,12 +60,12 @@ Run Temporal with MySQL instead of Cassandra, use following commads:
$ docker-compose -f docker-compose-mysql.yml up
```
Please note that SQL support is still in active developement and it is not production ready yet.
Please note that PostreSQL support is still in active developement, and it is not production ready yet.
Running Temporal service with ElasticSearch
-----------------------------------------
Run Temporal with ElasticSearch for visibility instead of Cassandra/MySQL:
Run Temporal with ElasticSearch for enhanced visibility queries:
```bash
$ docker-compose -f docker-compose-es.yml up
Expand Down

0 comments on commit b1414e7

Please sign in to comment.