Skip to content

Commit 7777938

Browse files
authored
Explicitly map hostport in README (TraceMachina#1255)
1 parent b961192 commit 7777938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ curl -O \
6060
# to find the latest tag
6161
docker run \
6262
-v $(pwd)/basic_cas.json:/config \
63-
-p 50051 \
63+
-p 50051:50051 \
6464
ghcr.io/tracemachina/nativelink:v0.5.1 \
6565
config
6666
```
@@ -77,7 +77,7 @@ Invoke-WebRequest `
7777
# Note: Adjust the path if the script is not run from the directory containing basic_cas.json
7878
docker run `
7979
-v ${PWD}/basic_cas.json:/config `
80-
-p 50051 `
80+
-p 50051:50051 `
8181
ghcr.io/tracemachina/nativelink:v0.5.1 `
8282
config
8383
```

0 commit comments

Comments
 (0)