coolify/resources/views/emails/docker-cleanup-failed.blade.php

9 lines
136 B
PHP
Raw Normal View History

2024-12-10 15:11:58 +00:00
<x-emails.layout>
Docker Cleanup on {{ $serverName }} FAILED with the following error:
<pre>
{{ $message }}
</pre>
</x-emails.layout>