coolify/resources/views/emails/container-restarted.blade.php
2023-12-07 19:06:32 +01:00

14 lines
459 B
PHP

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