This commit is contained in:
Carl Sargunar 2022-04-07 14:54:00 +01:00
parent c0fec7e34b
commit 982575f506

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 you can change that port number by If you have port 9080 used by another process, you can change to another port by
changing the -p. E.g. to use port 9999 changing the -p argument. E.g. to use port 9999
``` ```
docker run -d -p 9999:80 docker/getting-started docker run -d -p 9999:80 docker/getting-started
``` ```