lasthourcloud/resources/views/emails/container-restarted.blade.php

10 lines
434 B
PHP

<x-emails.layout>
A resource ({{ $containerName }}) has been restarted automatically on {{ $serverName }}, because it was stopped unexpectedly.
@if ($containerName === 'coolify-proxy')
Last Hour Cloud Proxy should run on your server as you have FQDNs set up in one of your resources.
If you don't want to use Last Hour Cloud Proxy, please remove FQDN from your resources or set Proxy type to Custom(None).
@endif
</x-emails.layout>