From 9a6c0310f5b60efd9519a230826799bfaf3fe2d1 Mon Sep 17 00:00:00 2001 From: naterfute Date: Wed, 2 Apr 2025 16:26:34 -0700 Subject: [PATCH] fix: plane service name --- 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 5acba85..bdf6383 100644 --- a/blueprints/plane/template.toml +++ b/blueprints/plane/template.toml @@ -30,6 +30,6 @@ env = [ mounts = [] [[config.domains]] -serviceName = "plane" +serviceName = "web" port = 8065 host = "${main_domain}"