From 241ad1c5878161f5f4a19c16ed6c042f1c2cb6c2 Mon Sep 17 00:00:00 2001 From: Claire Date: Thu, 16 Oct 2025 11:24:22 +0200 Subject: [PATCH] Update docker-compose.yml sidekiq health check to work for both 4.4 and 4.5 (#36498) --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index a2264b65d..3cc3b7f48 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -115,7 +115,7 @@ services: volumes: - ./public/system:/mastodon/public/system healthcheck: - test: ['CMD-SHELL', "ps aux | grep '[s]idekiq\ 7' || false"] + test: ['CMD-SHELL', "ps aux | grep '[s]idekiq\ [78]' || false"] ## Uncomment to enable federation with tor instances along with adding the following ENV variables ## http_hidden_proxy=http://privoxy:8118