Formatting

This commit is contained in:
Carl Sargunar 2022-04-07 14:52:57 +01:00
parent 4466c481ba
commit c0fec7e34b

View File

@ -23,8 +23,8 @@ You'll notice a few flags being used. Here's some more info on them:
set-up is that you may be using ports already. Port 80 is frequently blocked set-up is that you may be using ports already. Port 80 is frequently blocked
by IIs in Windows. By using port 9080 there's a good chance nothing will conflict. by IIs in Windows. By using port 9080 there's a good chance nothing will conflict.
If you have port 9080 used by something If you have port 9080 used by something you can change that port number by
you can change that port number by changing the -p. E.g. to use port 9999 changing the -p. E.g. to use port 9999
``` ```
docker run -d -p 9999:80 docker/getting-started docker run -d -p 9999:80 docker/getting-started
``` ```