From 524c143a60eb4f45fb4d0f81da3b4af5129ab32f Mon Sep 17 00:00:00 2001 From: Aj - Thomas <49837342+ajnart@users.noreply.github.com> Date: Mon, 9 May 2022 23:27:30 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51edb1a03..7bf565bd3 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ 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`` +To install the MyHomePage docker image simply execute ``docker pull ghcr.io/ajnart/mhp`` +To run the docker file ``docker run --name my-home-page -p 7575:80 -d ghcr.io/ajnart/mhp`` *Note: Currently the port used is 80 (Nginx default port) It will change to be 7575 by default* #### Docker compose