Skip to content

Commit 06b647c

Browse files
Fix typo in docker hostname (#835)
1 parent c1487bd commit 06b647c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Note: For contribution we recommend using dev containers, check [VSCode Dev Cont
8080

8181
1. Set up the [Remote Containers plugin](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) in VSCode.
8282
2. Open the cadence-web directory in VSCode.
83-
3. Make sure to update `CADENCE_GRPC_PEERS` with the correct host. (If you are connecting to a server on a container host machine use `host.docker.interal:7833`, where `7833` is the gRPC port for a running [cadence-frontend](https://github.com/cadence-workflow/cadence/tree/master/service/frontend) service)
83+
3. Make sure to update `CADENCE_GRPC_PEERS` with the correct host. (If you are connecting to a server on a container host machine use `host.docker.internal:7833`, where `7833` is the gRPC port for a running [cadence-frontend](https://github.com/cadence-workflow/cadence/tree/master/service/frontend) service)
8484
4. Use the Command Palette to select the 'Reopen folder in Container' option
8585
5. Follow same commands listed in [Running development environment](#running-development-environment) section.
8686

0 commit comments

Comments
 (0)