Skip to content

Commit 9f8e4fc

Browse files
authored
doc: fix quick-start executor command (#1217)
1 parent f98bacc commit 9f8e4fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/user-guide/deployment/quick-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ Start one or more Ballista executor processes in new terminal sessions. When sta
4444
executor, a unique port number must be specified for each executor.
4545

4646
```shell
47-
RUST_LOG=info ./target/release/ballista-executor -c 2 -p 50051
47+
RUST_LOG=info ./target/release/ballista-executor -c 2 -p 50051 --bind-grpc-port 50052
4848

49-
RUST_LOG=info ./target/release/ballista-executor -c 2 -p 50052
49+
RUST_LOG=info ./target/release/ballista-executor -c 2 -p 50053 --bind-grpc-port 50054
5050
```
5151

5252
## Running the examples

0 commit comments

Comments
 (0)