1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-08-09 07:25:18 +02:00

Update README.md

This commit is contained in:
Avnit Bambah 2024-02-06 22:46:40 -08:00 committed by GitHub
parent 0dd3a49d4a
commit d8c56a9a55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,13 +9,7 @@ Self host solutions for your homelab
**From docker hub:**
```sh
docker run -d --name it-tools --restart unless-stopped -p 8080:80 corentinth/it-tools:latest
```
**From github packages:**
```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:80 abambah/it-tools:v3
```
**Other solutions:**