mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix: clean after mailcow tests
This commit is contained in:
@@ -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'",
|
||||
|
||||
Reference in New Issue
Block a user