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

10 lines
418 B
PHP
Raw Normal View History

2023-09-14 12:45:50 +02:00
<x-emails.layout>
2024-01-07 16:23:41 +01:00
A resource ({{ $containerName }}) has been restarted automatically on {{ $serverName }}, because it was stopped unexpectedly.
2023-09-14 12:45:50 +02:00
2024-01-07 16:23:41 +01: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 12:45:50 +02:00
2024-01-07 16:23:41 +01: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 12:45:50 +02:00
</x-emails.layout>