fix: Update ports
This commit is contained in:
@@ -39,7 +39,7 @@ _Requirements_:
|
|||||||
|
|
||||||
**Standard Docker Install**
|
**Standard Docker Install**
|
||||||
```sh
|
```sh
|
||||||
docker run --name homarr -p 7575:80 -d ghcr.io/ajnart/homarr
|
docker run --name homarr -p 7575:7575 -d ghcr.io/ajnart/homarr
|
||||||
```
|
```
|
||||||
|
|
||||||
**Docker Compose**
|
**Docker Compose**
|
||||||
@@ -55,7 +55,7 @@ services:
|
|||||||
image: ghcr.io/ajnart/homarr
|
image: ghcr.io/ajnart/homarr
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- '7575:80'
|
- '7575:7575'
|
||||||
```
|
```
|
||||||
|
|
||||||
### Building from Source 🛠️
|
### Building from Source 🛠️
|
||||||
|
|||||||
Reference in New Issue
Block a user