From a8dee57e079d7f20baeea1fdc99db5670d6ca460 Mon Sep 17 00:00:00 2001 From: Dante Lopez Date: Mon, 29 Jun 2020 08:00:29 +0800 Subject: [PATCH] Updated README - Added localhost access URL --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 58862b2..cef20ef 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,10 @@ Build and initialize Docker container: ``` docker-compose up --build -d +``` + +Access nginx localhost URL: + +``` +http://127.0.0.1/ ``` \ No newline at end of file