mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-26 17:56:13 -04:00
feat(cd): git version tag pushed to docker
This commit is contained in:
parent
80401b6405
commit
dce9ff91e2
2 changed files with 63 additions and 6 deletions
21
README.md
21
README.md
|
@ -10,16 +10,25 @@ You have an idea of a tool? Submit a [feature request](https://github.com/Corent
|
|||
|
||||
## Self host
|
||||
|
||||
Self host your own version of it-tools in your homelab with docker:
|
||||
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
|
||||
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
|
||||
```
|
||||
|
||||
**Other solutions:**
|
||||
|
||||
- [Tipi](https://www.runtipi.io/docs/apps-available)
|
||||
- [Unraid](https://unraid.net/community/apps?q=it-tools)
|
||||
|
||||
## Contribute
|
||||
|
||||
### Recommended IDE Setup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue