Skip to content

Commit

Permalink
improving example
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreDecollas committed Feb 14, 2022
1 parent adeca02 commit 3a14375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You have to run a eventstore container with correct ports. You can put the ports

```
docker run --name esdb-node -d \
-it -p 20113:2113 -p 10113:1113 \
-it -p 2113:2113 -p 1113:1113 \
eventstore/eventstore:latest \
--insecure \
--run-projections=All \
Expand Down

0 comments on commit 3a14375

Please sign in to comment.