diff options
author | 2023-03-23 22:47:14 +0100 | |
---|---|---|
committer | 2023-03-23 22:47:14 +0100 | |
commit | 96aaa35ea23c0110382f82e783d7a8a8ac040fa6 (patch) | |
tree | 5dd68c938b6bcfb77d0bb8920576683ff70cb680 | |
parent | 519b169336eb56074ff720de36fd5f60c70082c6 (diff) | |
download | it-tools-96aaa35ea23c0110382f82e783d7a8a8ac040fa6.tar.gz it-tools-96aaa35ea23c0110382f82e783d7a8a8ac040fa6.tar.zst it-tools-96aaa35ea23c0110382f82e783d7a8a8ac040fa6.zip |
docs(docker): added self hosting command in README
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 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=)! +## 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 |