From b888dec4d5adb777a735a3640af26da3b3512cbc Mon Sep 17 00:00:00 2001 From: saibotk Date: Sat, 28 Jan 2023 20:06:55 +0100 Subject: [PATCH] mastodon: Update streaming container cmd --- roles/mastodon/templates/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mastodon/templates/docker-compose.yml b/roles/mastodon/templates/docker-compose.yml index 11e7495..cfbd2ae 100644 --- a/roles/mastodon/templates/docker-compose.yml +++ b/roles/mastodon/templates/docker-compose.yml @@ -138,7 +138,7 @@ services: - db - redis restart: always - command: yarn start + command: node ./streaming sidekiq: image: docker.io/tootsuite/mastodon:{{ mastodon_image_version }}