Browse Source

Fix docker command in readme

gRPC
Garrit Franke 5 years ago committed by GitHub
parent
commit
e3c8c60080
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -9,7 +9,7 @@ To run a Ditto Node, Docker must be installed on the Machine. Get Docker [here!]
After installing Docker, open a command prompt and run the following command to download and run the latest container image of the project
```bash
docker run garritfra/ditto:latest
docker run -p 42000:42000 garritfra/ditto:latest
```
Open your Browser and navigate to `http://localhost:42000`.

Loading…
Cancel
Save