From 5c4e224b66c77d55f98be4db38758f1ba92c4171 Mon Sep 17 00:00:00 2001 From: Noel De Martin Date: Tue, 7 Jan 2025 16:40:24 +0100 Subject: [PATCH] Comment sidekiq build in docker compose (#33483) --- docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 604812931..63f17bf49 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -100,7 +100,8 @@ services: - redis sidekiq: - build: . + # You can uncomment the following line if you want to not use the prebuilt image, for example if you have local code changes + # build: . image: ghcr.io/mastodon/mastodon:v4.3.2 restart: always env_file: .env.production