From 6218addb4e079c196433f96a751d7967a1cfd38e Mon Sep 17 00:00:00 2001 From: naterfute Date: Wed, 2 Apr 2025 15:27:54 -0700 Subject: [PATCH] fix: update plane template.toml --- blueprints/plane/template.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprints/plane/template.toml b/blueprints/plane/template.toml index 2985feab..caba894e 100644 --- a/blueprints/plane/template.toml +++ b/blueprints/plane/template.toml @@ -17,6 +17,6 @@ env = [ mounts = [] [[config.domains]] -serviceName = "mattermost" +serviceName = "plane" port = 8065 host = "${main_domain}"