Skip to content

Commit

Permalink
switched to quote for a note
Browse files Browse the repository at this point in the history
  • Loading branch information
elft3r committed Jun 13, 2024
1 parent c49fd41 commit 7416d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/kickstart/chapters/webapps-part1.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Let's re-run the command with some new flags to publish ports and pass your name
80/tcp -> 0.0.0.0:32773
```

**If you are running [Docker Desktop for Mac](https://docs.docker.com/desktop/mac), [Docker Desktop for Windows](https://docs.docker.com/desktop/windows/), or [Docker Desktop on Linux](https://docs.docker.com/desktop/linux/), you can open `http://0.0.0.0:[YOUR_PORT_FOR 80/tcp]`. For our example this is `http://localhost:32773`.**
> **Note:** If you are running [Docker Desktop for Mac](https://docs.docker.com/desktop/mac), [Docker Desktop for Windows](https://docs.docker.com/desktop/windows/), or [Docker Desktop on Linux](https://docs.docker.com/desktop/linux/), you can open `http://0.0.0.0:[YOUR_PORT_FOR 80/tcp]`. For our example this is `http://localhost:32773`.
6. You can also run a second webserver at the same time, this time specifying a custom host port mapping to the container's webserver. **Be sure to change the name**

Expand Down

0 comments on commit 7416d76

Please sign in to comment.