Rename MyHomePage to Homarr

This commit is contained in:
Aj - Thomas
2022-05-12 14:24:15 +02:00
parent 5dee33284d
commit e3af7629aa
7 changed files with 26 additions and 17 deletions

View File

@@ -39,7 +39,7 @@ _Requirements_:
**Standard Docker Install**
```sh
docker run --name homarr -p 7575:80 -d ghcr.io/ajnart/mhp
docker run --name homarr -p 7575:80 -d ghcr.io/ajnart/homarr
```
**Docker Compose**
@@ -50,9 +50,9 @@ version: '3'
# Homarr - A homepage for your server. #
#--------------------------------------------------------------------------------------------#
services:
mhp:
homarr:
container_name: homarr
image: ghcr.io/ajnart/mhp
image: ghcr.io/ajnart/homarr
restart: unless-stopped
ports:
- '7575:80'