From 96aaa35ea23c0110382f82e783d7a8a8ac040fa6 Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Thu, 23 Mar 2023 22:47:14 +0100 Subject: [PATCH] docs(docker): added self hosting command in README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0ba0dcc6..2806375b 100644 --- a/README.md +++ b/README.md @@ -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