From 1c804a7409851f9d333aa516b7eb258158d629f4 Mon Sep 17 00:00:00 2001
From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com>
Date: Tue, 29 Apr 2025 09:23:03 +0200
Subject: [PATCH] fix(ui): Remove required attribute from image input in
service application view
---
.../livewire/project/service/service-application-view.blade.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/views/livewire/project/service/service-application-view.blade.php b/resources/views/livewire/project/service/service-application-view.blade.php
index 7beb55298..a523f5396 100644
--- a/resources/views/livewire/project/service/service-application-view.blade.php
+++ b/resources/views/livewire/project/service/service-application-view.blade.php
@@ -30,7 +30,7 @@
helper="You can specify one domain with path or more with comma. You can specify a port to bind the domain to.
Example
- http://app.coolify.io,https://cloud.coolify.io/dashboard
- http://app.coolify.io/api/v3
- http://app.coolify.io:3000 -> app.coolify.io will point to port 3000 inside the container. ">
@endif
@endif
-