From 3b22f778e1dbd13725a8e1b8633c725d4ae862bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Moreira?= <3604053+cusspvz@users.noreply.github.com> Date: Tue, 3 Apr 2018 11:35:47 +0100 Subject: [PATCH] Add port mapping to the run example related with #13 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40170c2..b0463d7 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,8 @@ This image has two major tags: 5. Use it ```bash - docker run --rm myproject/website + docker run --rm -p 80:80 myproject/website + # Open your browser at http://localhost ``` ## Configuration