From 3af3fa5773799f36b493f8997be98668720d0c5b Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 19 Jul 2024 09:59:09 +0200 Subject: [PATCH] refactor: Update DockerCleanupJob to use server settings for force cleanup --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index ff8f8d3ad..e06791bae 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -41,6 +41,6 @@ body: description: "Are you using the cloud version of Coolify?" options: - label: Yes - required: true + required: false - label: No - required: true + required: false