Skip to content

Commit 3a14375

Browse files
improving example
1 parent adeca02 commit 3a14375

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You have to run a eventstore container with correct ports. You can put the ports
1616

1717
```
1818
docker run --name esdb-node -d \
19-
-it -p 20113:2113 -p 10113:1113 \
19+
-it -p 2113:2113 -p 1113:1113 \
2020
eventstore/eventstore:latest \
2121
--insecure \
2222
--run-projections=All \

0 commit comments

Comments
 (0)