From 86858a307512fc52dd24a2248c6814a4aac119d6 Mon Sep 17 00:00:00 2001 From: Antoine THEBAUD Date: Tue, 2 Jan 2024 15:28:12 +0100 Subject: [PATCH] [ENHANCEMENT] Small improvement of the welcome message Signed-off-by: Antoine THEBAUD --- docker-compose.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index ca39527..8297742 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -17,8 +17,9 @@ services: PERSES_INFORMATION: |- # Welcome to the Demo instance of Perses! - This public demo instance is here to give you of what Perses looks like, - with some example dashboards & more. + This public demo instance is here to show you what Perses looks like + and what's possible to do with it. You can have a look at the example + dashboards, or create your own ones! volumes: - ./provisioning:/etc/perses/provisioning restart: unless-stopped