Skip to content

Commit

Permalink
Upgrade restate-dist version to v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tillrohrmann authored Jun 7, 2023
1 parent 256786e commit e4dec00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ Have a look at how to start up the runtime in a Docker container in this reposit

- For MacOS:
```shell
docker run --name restate_dev --rm -p 8081:8081 -p 9091:9091 -p 9090:9090 ghcr.io/restatedev/restate-dist:0.1.2
docker run --name restate_dev --rm -p 8081:8081 -p 9091:9091 -p 9090:9090 ghcr.io/restatedev/restate-dist:0.1.3
```
- For Linux:
```shell
docker run --name restate_dev --rm --network=host ghcr.io/restatedev/restate-dist:0.1.2
docker run --name restate_dev --rm --network=host ghcr.io/restatedev/restate-dist:0.1.3
```

### Connect Services and Runtime
Expand Down

0 comments on commit e4dec00

Please sign in to comment.