Fix typo in docker-compose.yml comment (#3056)

This commit is contained in:
Bret Mogilefsky
2024-01-21 12:01:46 -08:00
committed by GitHub
parent d1eed4e09d
commit 54bdc59e41
+1 -1
View File
@@ -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