From 63c667cac347619e2703d2cb301df84a6ad0c186 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Wed, 15 May 2024 18:17:56 +0200 Subject: [PATCH] add instructions how to inspect container logs Signed-off-by: Simon L --- php/templates/containers.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 477e718f..262f3715 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -236,7 +236,7 @@ {% endif %} {% else %} {% if isAnyRestarting == false %} - Containers are currently starting.

+ Containers are currently starting. You might inspect the container logs by clicking on
Starting
next to each container for further details.

Reload ↻

{% else %} It seems like at least one container is currently restarting which means it is not able to start correctly.