mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-27 01:55:24 +02: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