fix: List ghost services
This commit is contained in:
parent
ad3044dce1
commit
3ef4a242f9
1 changed files with 2 additions and 1 deletions
|
|
@ -194,7 +194,8 @@ export async function configureHAProxy() {
|
|||
minio: true,
|
||||
plausibleAnalytics: true,
|
||||
vscodeserver: true,
|
||||
wordpress: true
|
||||
wordpress: true,
|
||||
ghost: true
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue