From 812a1667718f5d76869b53efe8fe13b709d78b0d Mon Sep 17 00:00:00 2001 From: Aj - Thomas <49837342+ajnart@users.noreply.github.com> Date: Mon, 9 May 2022 02:00:32 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 926bf2904..51edb1a03 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,10 @@ HomePage is a web page for your home server, it provides a user friendly interfa ### Docker installation Required : Docker #### Standard docker install -To install the MyHomePage docker image simply execute ``docker pull ajnart/mhp`` -To run the docker file ``docker run --name my-home-page -p 7575:80 -d ajnart/mhp`` -*Note: Currently the port used is 80 (Nginx default port) It will change to be 7575 by default* +To install the MyHomePage docker image simply execute ``docker pull ajnart/mhp`` +To run the docker file ``docker run --name my-home-page -p 7575:80 -d ajnart/mhp`` + +*Note: Currently the port used is 80 (Nginx default port) It will change to be 7575 by default* #### Docker compose Here's a docker compose example on how to integrate MHP into your container stack ```docker