mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 06:55:06 -04:00
docs(docker): added self hosting command in README
This commit is contained in:
parent
519b169336
commit
96aaa35ea2
1 changed files with 9 additions and 0 deletions
|
@ -8,6 +8,15 @@ Please check the [issues](https://github.com/CorentinTh/it-tools/issues) to see
|
||||||
|
|
||||||
You have an idea of a tool? Submit a [feature request](https://github.com/CorentinTh/it-tools/issues/new?assignees=corentinth&labels=&template=feature_request.md&title=)!
|
You have an idea of a tool? Submit a [feature request](https://github.com/CorentinTh/it-tools/issues/new?assignees=corentinth&labels=&template=feature_request.md&title=)!
|
||||||
|
|
||||||
|
## Self host
|
||||||
|
|
||||||
|
Self host your own version of it-tools in your homelab with docker:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
docker run -d -p 8080:80 --name it-tools -it corentinth/it-tools
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
## Contribute
|
## Contribute
|
||||||
|
|
||||||
## Recommended IDE Setup
|
## Recommended IDE Setup
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue