From a39a7a276d1542bada3b34b645a24b52994ae0c2 Mon Sep 17 00:00:00 2001 From: sashagoncharov19 <0976053529@ukr.net> Date: Tue, 17 Sep 2024 11:32:48 +0000 Subject: [PATCH] fix: clean after mailcow tests --- apps/dokploy/templates/mailserver/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dokploy/templates/mailserver/index.ts b/apps/dokploy/templates/mailserver/index.ts index 6796800e..47379780 100644 --- a/apps/dokploy/templates/mailserver/index.ts +++ b/apps/dokploy/templates/mailserver/index.ts @@ -1,6 +1,6 @@ import type { Schema, Template } from "../utils"; -export async function generate(schema: Schema): Template { +export function generate(schema: Schema): Template { const envs = [ "DMS_HOSTNAME=mail.example.com", "DMS_HEALTHCHECK_CMD='ss --listening --tcp | grep -P 'LISTEN.+:smtp' || exit 1'",