From 3ef4a242f9dd4aa18b2d19838e74c461612ea80a Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 28 Mar 2022 13:10:58 +0200 Subject: [PATCH] fix: List ghost services --- src/lib/haproxy/configuration.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/haproxy/configuration.ts b/src/lib/haproxy/configuration.ts index 1265d2786..b913d9044 100644 --- a/src/lib/haproxy/configuration.ts +++ b/src/lib/haproxy/configuration.ts @@ -194,7 +194,8 @@ export async function configureHAProxy() { minio: true, plausibleAnalytics: true, vscodeserver: true, - wordpress: true + wordpress: true, + ghost: true } });