docs: clarify restart type

This commit is contained in:
Cinzya
2026-09-13 17:33:52 +02:00
parent 9faa4f4b7c
commit 8bed5af0ae
2 changed files with 3 additions and 3 deletions
@@ -1,7 +1,7 @@
<x-emails.layout>
{{ $name }} has been automatically stopped after {{ $restart_count }} crash restarts (limit: {{ $max_restart_count }}).
{{ $name }} has been automatically stopped after {{ $restart_count }} restarts (limit: {{ $max_restart_count }}).
The application appears to be in a crash loop. Please investigate the issue and redeploy when ready.
The application appears to be in a restart loop. Please investigate the issue and redeploy when ready.
[Check what is going on]({{ $resource_url }}).
</x-emails.layout>
@@ -164,7 +164,7 @@
canGate="update" :canResource="$application" />
<x-forms.input type="number" min="0" id="maxRestartCount" label="Max restart count"
wire:change="saveMaxRestartCount"
helper="Maximum number of crash restarts before Coolify automatically stops the application and sends a notification. Saved automatically. Set to 0 to disable the limit."
helper="Maximum number of restarts before Coolify automatically stops the application and sends a notification. Saved automatically. Set to 0 to disable the limit."
canGate="update" :canResource="$application" />
</div>
</x-application.settings-section>