docs(docker): added self hosting command in README

This commit is contained in:
Corentin Thomasset 2023-03-23 22:47:14 +01:00
parent 519b169336
commit 96aaa35ea2
No known key found for this signature in database
GPG key ID: DBD997E935996158

View file

@ -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=)!
## 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
## Recommended IDE Setup