From 11481df4dc0e8dc65f6ecb72d89d88675cd15698 Mon Sep 17 00:00:00 2001 From: Lukas Martini Date: Mon, 2 Jun 2025 09:48:37 +0200 Subject: [PATCH] Fix sidekiq health check in docker-compose for sidekiq 7 (#34879) --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 75b49709fe..454ef91f9f 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\ 6' || false"] + test: ['CMD-SHELL', "ps aux | grep '[s]idekiq\ 7' || false"] ## Uncomment to enable federation with tor instances along with adding the following ENV variables ## http_hidden_proxy=http://privoxy:8118