From 6153caea404dd11ffb20dbe904c50b5fff03a397 Mon Sep 17 00:00:00 2001 From: Antoine THEBAUD Date: Tue, 2 Jan 2024 15:30:28 +0100 Subject: [PATCH] [ENHANCEMENT] Small improvement of the welcome message (#9) Signed-off-by: Antoine THEBAUD Co-authored-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