We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f98bacc commit 9f8e4fcCopy full SHA for 9f8e4fc
docs/source/user-guide/deployment/quick-start.md
@@ -44,9 +44,9 @@ Start one or more Ballista executor processes in new terminal sessions. When sta
44
executor, a unique port number must be specified for each executor.
45
46
```shell
47
-RUST_LOG=info ./target/release/ballista-executor -c 2 -p 50051
+RUST_LOG=info ./target/release/ballista-executor -c 2 -p 50051 --bind-grpc-port 50052
48
49
-RUST_LOG=info ./target/release/ballista-executor -c 2 -p 50052
+RUST_LOG=info ./target/release/ballista-executor -c 2 -p 50053 --bind-grpc-port 50054
50
```
51
52
## Running the examples
0 commit comments