From 4f0c27b9547eb12886adfa636a6651a56365ebad Mon Sep 17 00:00:00 2001 From: Josh Lammi Date: Sun, 1 Feb 2026 21:20:19 +0000 Subject: [PATCH] Add it-tools/docker-compose.yaml --- it-tools/docker-compose.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 it-tools/docker-compose.yaml diff --git a/it-tools/docker-compose.yaml b/it-tools/docker-compose.yaml new file mode 100644 index 0000000..a657daf --- /dev/null +++ b/it-tools/docker-compose.yaml @@ -0,0 +1,7 @@ +services: + it-tools: + image: corentinth/it-tools:latest + container_name: it-tools + restart: unless-stopped + ports: + - 8091:80 \ No newline at end of file