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

12 lines
417 B
PHP
Raw Normal View History

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