diff --git a/resources/views/livewire/project/application/general.blade.php b/resources/views/livewire/project/application/general.blade.php
index 2cf4ad041..fe3ef3686 100644
--- a/resources/views/livewire/project/application/general.blade.php
+++ b/resources/views/livewire/project/application/general.blade.php
@@ -60,7 +60,7 @@
@if (!isDatabaseImage(data_get($service, 'image')))
@@ -114,7 +114,7 @@
x-bind:disabled="!canUpdate" />
@else
@can('update', $application)
Generate Domain
diff --git a/resources/views/livewire/project/service/edit-domain.blade.php b/resources/views/livewire/project/service/edit-domain.blade.php
index 375dc9728..d6e56dd45 100644
--- a/resources/views/livewire/project/service/edit-domain.blade.php
+++ b/resources/views/livewire/project/service/edit-domain.blade.php
@@ -10,7 +10,7 @@
+ helper="You can specify one domain with path or more with comma. You can specify a port to bind the domain to.
Example
- https://app.coolify.io,https://cloud.coolify.io/dashboard
- https://app.coolify.io/api/v3
- https://app.coolify.io:3000 -> app.coolify.io will point to port 3000 inside the container.
- https://app.coolify.io:8080/api -> app.coolify.io/api will point to port 8080 inside the container.">
Save
diff --git a/resources/views/livewire/project/service/index.blade.php b/resources/views/livewire/project/service/index.blade.php
index bfdd23718..b849143fb 100644
--- a/resources/views/livewire/project/service/index.blade.php
+++ b/resources/views/livewire/project/service/index.blade.php
@@ -92,11 +92,11 @@ class="{{ request()->routeIs('project.service.configuration') ? 'menu-item-activ
@if ($serviceApplication->required_fqdn)
+ helper="You can specify one domain with path or more with comma. You can specify a port to bind the domain to.
Example
- https://app.coolify.io,https://cloud.coolify.io/dashboard
- https://app.coolify.io/api/v3
- https://app.coolify.io:3000 -> app.coolify.io will point to port 3000 inside the container.
- https://app.coolify.io:8080/api -> app.coolify.io/api will point to port 8080 inside the container.">
@else
+ helper="You can specify one domain with path or more with comma. You can specify a port to bind the domain to.
Example
- https://app.coolify.io,https://cloud.coolify.io/dashboard
- https://app.coolify.io/api/v3
- https://app.coolify.io:3000 -> app.coolify.io will point to port 3000 inside the container.
- https://app.coolify.io:8080/api -> app.coolify.io/api will point to port 8080 inside the container.">
@endif
@endif