From 28fece6e53ba7ced94fb6d23661821032529093c Mon Sep 17 00:00:00 2001 From: nast88 <45896910+nast88@users.noreply.github.com> Date: Sat, 15 Dec 2018 14:42:33 +0200 Subject: [PATCH] Update part3.md You have an error in the yml file, it should be set to local port 4000 according to the rest of the tutorial --- 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: