You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a Docker section to the official documentation.
Explain the setup using Docker compose and how to configure the .env correctly, etc.
During upgrades like v4.3, explain to people they need to change the docker image to: image: ghcr.io/mastodon/mastodon-streaming:v4.3 and the command to: command: node ./streaming/index.js. The latter is also missing.
Add a Docker section to the official documentation.
Explain the setup using Docker compose and how to configure the
.env
correctly, etc.During upgrades like v4.3, explain to people they need to change the docker image to:
image: ghcr.io/mastodon/mastodon-streaming:v4.3
and the command to:command: node ./streaming/index.js
. The latter is also missing.Original issue ticket: mastodon/mastodon#32437
The text was updated successfully, but these errors were encountered: