Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: draco <dracode01@gmail.com>
  • Loading branch information
dracoooooo committed Apr 7, 2024
1 parent edadc84 commit ad34c91
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 @@ -74,8 +74,8 @@ Example of history:
Pull Docker image and deploy.

```bash
docker pull ghcr.io/hengxin/IsoVista:main
docker run --name IsoVista -p 8080:8080 -p 8000:8000 --rm -d ghcr.io/hengxin/IsoVista:main
docker pull ghcr.io/hengxin/isovista:main
docker run --name IsoVista -p 8080:8080 -p 8000:8000 --rm -d ghcr.io/hengxin/isovista:main
```

Then, use the browser to access the address http://127.0.0.1:8080 to use.
Expand Down

0 comments on commit ad34c91

Please sign in to comment.