From bcd571efffaacc837751ba15f0b5f4a80b657125 Mon Sep 17 00:00:00 2001 From: Ryan Haskell-Glatz Date: Sun, 16 Dec 2018 18:28:43 -0600 Subject: [PATCH] use port 4000 instead of 80 on host --- get-started/part3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/part3.md b/get-started/part3.md index 95c5132bbd..9a1436f571 100644 --- a/get-started/part3.md +++ b/get-started/part3.md @@ -84,7 +84,7 @@ services: restart_policy: condition: on-failure ports: - - "80:80" + - "4000:80" networks: - webnet networks: