Update README.md

This commit is contained in:
Aj - Thomas
2022-05-09 02:00:32 +02:00
committed by GitHub
parent 580b2d72d1
commit 812a166771

View File

@@ -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