From 982575f506c9632222cf33b0f7009b888d299f11 Mon Sep 17 00:00:00 2001 From: Carl Sargunar Date: Thu, 7 Apr 2022 14:54:00 +0100 Subject: [PATCH] wording --- docs/tutorial/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/index.md b/docs/tutorial/index.md index fff7bee..7dde8e6 100644 --- a/docs/tutorial/index.md +++ b/docs/tutorial/index.md @@ -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 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 + If you have port 9080 used by another process, you can change to another port by + changing the -p argument. E.g. to use port 9999 ``` docker run -d -p 9999:80 docker/getting-started ```