From 2dfe80583701702b0745f09f26b9be92ffb489b3 Mon Sep 17 00:00:00 2001 From: Avgustin Marinov Date: Mon, 10 Mar 2025 08:51:06 +0200 Subject: [PATCH] Fix docker compose names in doc (#2312) Signed-off-by: Avgustin Marinov --- site/content/gettingstarted.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/gettingstarted.md b/site/content/gettingstarted.md index 89f9587a9..f304455d5 100755 --- a/site/content/gettingstarted.md +++ b/site/content/gettingstarted.md @@ -48,7 +48,7 @@ or with MySQL ```bash $ git clone https://github.com/eclipse-hawkbit/hawkbit.git $ cd hawkbit/docker -$ docker-compose -f docker-compose-monolith-simple-ui-mysql.yml up -d +$ docker-compose -f docker-compose-monolith-with-simple-ui-mysql.yml up -d ``` Note: _-d_ flag is used to run the containers in detached mode. If you want to see the logs, you can remove the flag. @@ -78,7 +78,7 @@ or with MySQL ```bash $ git clone https://github.com/eclipse-hawkbit/hawkbit.git $ cd hawkbit/docker -$ docker-compose -f docker-compose-micro-services-simple-ui-mysql.yml up -d +$ docker-compose -f docker-compose-micro-services-with-simple-ui-mysql.yml up -d ``` Note: _-d_ flag is used to run the containers in detached mode. If you want to see the logs, you can remove the flag.