From 703003fa4ffdb1917e2c22184c8e8827bcf18292 Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 4 Mar 2026 19:00:27 +0100 Subject: [PATCH] =?UTF-8?q?leycloud/it-tools.yml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- leycloud/it-tools.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 leycloud/it-tools.yml diff --git a/leycloud/it-tools.yml b/leycloud/it-tools.yml new file mode 100644 index 0000000..7f6a47e --- /dev/null +++ b/leycloud/it-tools.yml @@ -0,0 +1,7 @@ +services: + it-tools: + image: corentinth/it-tools:latest + container_name: it-tools + restart: unless-stopped + ports: + - "8085:80" \ No newline at end of file