Skip to content

Commit

Permalink
Merge pull request #400 from morete/patch-1
Browse files Browse the repository at this point in the history
fix: Correct port number
  • Loading branch information
splattner authored Aug 26, 2024
2 parents 4e185d3 + 4c02c15 commit 08e101f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/08/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ or in Windows (Git Bash):
netstat -aon | findstr :8080 | findstr LISTENING
```

If you get an output, this means port 80 is used. In that case just us a different port, like 8888, in the examples below.
If you get an output, this means port 8080 is used. In that case just us a different port, like 8888, in the examples below.

Now run the image using the `-p` flag:

Expand Down

0 comments on commit 08e101f

Please sign in to comment.