mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-08 07:11:03 -04:00
Update README.md - nginx port changed from 80 to 8080
This commit is contained in:
parent
b0a4fa5fa2
commit
4986aae7ba
1 changed files with 2 additions and 2 deletions
|
@ -15,13 +15,13 @@ Self host solutions for your homelab
|
||||||
**From docker hub:**
|
**From docker hub:**
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker run -d --name it-tools --restart unless-stopped -p 8080:80 corentinth/it-tools:latest
|
docker run -d --name it-tools --restart unless-stopped -p 8080:8080 corentinth/it-tools:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
**From github packages:**
|
**From github packages:**
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker run -d --name it-tools --restart unless-stopped -p 8080:80 ghcr.io/corentinth/it-tools:latest
|
docker run -d --name it-tools --restart unless-stopped -p 8080:8080 ghcr.io/corentinth/it-tools:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
**Other solutions:**
|
**Other solutions:**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue