diff --git a/mastodon/docker-compose.traefik.yml b/mastodon/docker-compose.traefik.yml index 476ed2a..cde0452 100644 --- a/mastodon/docker-compose.traefik.yml +++ b/mastodon/docker-compose.traefik.yml @@ -56,7 +56,7 @@ services: image: tootsuite/mastodon restart: unless-stopped env_file: .env.production - command: node ./streaming + command: node ./streaming/index.js networks: - default - traefik