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

View File

@ -20,8 +20,10 @@ You'll notice a few flags being used. Here's some more info on them:
!!! info "Deep Dive" !!! info "Deep Dive"
One thing you may come across if you already have development environments One thing you may come across if you already have development environments
set-up is that yoiu may be using ports already. By using port 9080 there's a set-up is that you may be using ports already. Port 80 is frequently blocked
good chance nothing will conflict. If you have port 9080 used by something 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 changing the -p. E.g. to use port 9999 you can change that port number by 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