mastodon: Update streaming container cmd

This commit is contained in:
saibotk 2023-01-28 20:06:55 +01:00
parent 6f2394e9dc
commit b888dec4d5
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -138,7 +138,7 @@ services:
- db
- redis
restart: always
command: yarn start
command: node ./streaming
sidekiq:
image: docker.io/tootsuite/mastodon:{{ mastodon_image_version }}