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

10 lines
434 B
PHP
Raw Normal View History

2023-09-14 10:45:50 +00:00
<x-emails.layout>
2024-01-07 15:23:41 +00:00
A resource ({{ $containerName }}) has been restarted automatically on {{ $serverName }}, because it was stopped unexpectedly.
2023-09-14 10:45:50 +00:00
2024-01-07 15:23:41 +00:00
@if ($containerName === 'coolify-proxy')
2024-07-25 20:50:18 +00:00
Last Hour Cloud Proxy should run on your server as you have FQDNs set up in one of your resources.
2023-09-14 10:45:50 +00:00
2024-07-25 20:50:18 +00:00
If you don't want to use Last Hour Cloud Proxy, please remove FQDN from your resources or set Proxy type to Custom(None).
2024-01-07 15:23:41 +00:00
@endif
2023-09-14 10:45:50 +00:00
</x-emails.layout>