From bba7d0c8280bf1f6661b797d29c50399980ec773 Mon Sep 17 00:00:00 2001 From: Oleksandr Honcharov <0976053529@ukr.net> Date: Fri, 1 Nov 2024 05:14:24 +0200 Subject: [PATCH] Update apps/dokploy/templates/templates.ts Co-authored-by: Bartek <38581479+Rei-x@users.noreply.github.com> --- apps/dokploy/templates/templates.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dokploy/templates/templates.ts b/apps/dokploy/templates/templates.ts index e5219de6..739bc714 100644 --- a/apps/dokploy/templates/templates.ts +++ b/apps/dokploy/templates/templates.ts @@ -635,7 +635,7 @@ export const templates: TemplateData[] = [ id: "windows", name: "Windows (dockerized)", version: "4.00", - description: "MacOS inside a Docker container.", + description: "Windows inside a Docker container.", logo: "windows.png", links: { github: "https://github.com/dockur/windows",