From b83e51de68e6f55d85885a10ec9601270ea70d13 Mon Sep 17 00:00:00 2001 From: Lilia Kai Date: Thu, 21 Dec 2023 15:47:30 +0100 Subject: [PATCH] correct comment in compose file --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3de7b10..11bcf78 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -51,7 +51,7 @@ services: - "./redis/data:/data" - "./redis/config:/conf" - # dashboard service will only launch the dashboard if "--profile flower" is passed to docker compose; or if explicitly called "docker compose up flower" + # dashboard service will only launch the dashboard if "--profile flower" is passed to docker compose; or if explicitly called "docker compose up dashboard" dashboard: <<: *base-setup profiles: