Update README.md

This commit is contained in:
Aj - Thomas
2022-05-09 23:27:30 +02:00
committed by GitHub
parent 8f71c898a2
commit 524c143a60

View File

@@ -8,8 +8,8 @@ HomePage is a web page for your home server, it provides a user friendly interfa
### Docker installation ### Docker installation
Required : Docker Required : Docker
#### Standard docker install #### Standard docker install
To install the MyHomePage docker image simply execute ``docker pull 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 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* *Note: Currently the port used is 80 (Nginx default port) It will change to be 7575 by default*
#### Docker compose #### Docker compose