From 2f15b62ca99ea5bd614509eab776fd08a41c89a0 Mon Sep 17 00:00:00 2001 From: Bret Mogilefsky Date: Sun, 21 Jan 2024 12:01:46 -0800 Subject: [PATCH] Fix typo in docker-compose.yml comment (#3056) --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 15956e630f..760604c8a4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -80,7 +80,7 @@ services: db: condition: service_healthy - ## This worker is specialized for reports or scrapping jobs. It is assigned the "reports" worker group which has an init script that installs chromium and can be targeted by using the "chromium" worker tag. + ## This worker is specialized for reports or scraping jobs. It is assigned the "reports" worker group which has an init script that installs chromium and can be targeted by using the "chromium" worker tag. # windmill_worker_reports: # image: ${WM_IMAGE} # pull_policy: always