Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-ghayyad authored Feb 2, 2024
1 parent 61c9b4e commit 334d9ad
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 @@ -49,10 +49,10 @@ Please follow the instructions below:
3- Build and run a docker container from the previously built docker image.

```bash
docker container run -p 80 -d --name hidiagcontainername hidiagdockerimage .
docker container run -p 8080 -d --name hidiagcontainername hidiagdockerimage .
```

Now visit localhost
Now visit localhost:8080

Enjoy!

Expand Down

0 comments on commit 334d9ad

Please sign in to comment.