From c0fec7e34bc2e65936fe7788ad0f3b0a258dd6c4 Mon Sep 17 00:00:00 2001 From: Carl Sargunar Date: Thu, 7 Apr 2022 14:52:57 +0100 Subject: [PATCH] Formatting --- 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 93216e4..fff7bee 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 something 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 ```