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

14 lines
459 B
PHP
Raw Normal View History

2023-09-14 10:45:50 +00:00
<x-emails.layout>
2023-12-07 18:06:32 +00:00
A service ({{ $containerName }}) has been restarted automatically on {{ $serverName }}, because it was stopped
unexpectedly.
2023-09-14 10:45:50 +00:00
2023-12-07 18:06:32 +00:00
@if ($containerName === 'coolify-proxy')
Coolify 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
2023-12-07 18:06:32 +00:00
If you don't want to use Coolify Proxy, please remove FQDN from your resources or set Proxy type to
Custom(None).
@endif
2023-09-14 10:45:50 +00:00
</x-emails.layout>