Files
coolify/resources/views/emails/docker-cleanup-failed.blade.php
2024-12-10 16:11:58 +01:00

9 lines
136 B
PHP

<x-emails.layout>
Docker Cleanup on {{ $serverName }} FAILED with the following error:
<pre>
{{ $message }}
</pre>
</x-emails.layout>