docs: clarify restart cause (#11774)

This commit is contained in:
Andras Bacsai
2026-09-18 14:24:48 +02:00
committed by GitHub
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>