Skip to content

Commit

Permalink
Explicitly map hostport in README (#1255)
Browse files Browse the repository at this point in the history
  • Loading branch information
froody authored Aug 9, 2024
1 parent b961192 commit 7777938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ curl -O \
# to find the latest tag
docker run \
-v $(pwd)/basic_cas.json:/config \
-p 50051 \
-p 50051:50051 \
ghcr.io/tracemachina/nativelink:v0.5.1 \
config
```
Expand All @@ -77,7 +77,7 @@ Invoke-WebRequest `
# Note: Adjust the path if the script is not run from the directory containing basic_cas.json
docker run `
-v ${PWD}/basic_cas.json:/config `
-p 50051 `
-p 50051:50051 `
ghcr.io/tracemachina/nativelink:v0.5.1 `
config
```
Expand Down

0 comments on commit 7777938

Please sign in to comment.