From e5f7eff73277eb6829480f8c91b5a0b7e08e1fcf Mon Sep 17 00:00:00 2001 From: Raunak Kathuria Date: Tue, 4 Dec 2018 15:44:22 +0800 Subject: [PATCH] Update port mapping 4000 to 80 for consistency As of now docker-compose.yml file ports section is not consistent with terminal recording and also with what is specified in https://docs.docker.com/get-started/part5/ --- 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 9a1436f571..95c5132bbd 100644 --- a/get-started/part3.md +++ b/get-started/part3.md @@ -84,7 +84,7 @@ services: restart_policy: condition: on-failure ports: - - "4000:80" + - "80:80" networks: - webnet networks: