From 690eac3603d2889ae01b92f9f6042832bd424235 Mon Sep 17 00:00:00 2001 From: Krenar Emini Date: Fri, 24 Jan 2025 22:36:18 +0100 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 810c4b64..88ca99d6 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,17 @@ docker run -d --name it-tools --restart unless-stopped -p 8080:80 corentinth/it- docker run -d --name it-tools --restart unless-stopped -p 8080:80 ghcr.io/corentinth/it-tools:latest ``` +**docker-compose** +```yaml +services: + it-tools: + container_name: it-tools + restart: unless-stopped + ports: + - 8080:80 + image: corentinth/it-tools:latest +``` + **Other solutions:** - [Cloudron](https://www.cloudron.io/store/tech.ittools.cloudron.html)