Skip to content

Commit

Permalink
Merge pull request #59 from Starlight0798/master
Browse files Browse the repository at this point in the history
docker -p port range is wrong in "run_with_prebuilt_image.md"
  • Loading branch information
tencent-ailab authored Jun 27, 2024
2 parents 26d455f + 5e35e34 commit 7567e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/run_with_prebuilt_image.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
2. Start a container
```
docker run -it -p 35300-35400:35300-35400 tencentailab/hok_env:cpu_v2.0.1 bash
docker run -it -p 35000-35400:35000-35400 tencentailab/hok_env:cpu_v2.0.1 bash
```
3. set the gamecore
Expand Down

0 comments on commit 7567e51

Please sign in to comment.