about summary refs log tree commit diff
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2019-07-17 16:56:10 +0200
committerGitHub <noreply@github.com>2019-07-17 16:56:10 +0200
commite9cc17bbeab1f1d47b5a919adb0ae7eae4eee791 (patch)
tree21f25d570ea6f57d58c24eec6e65aab8b96f816b /docker-compose.yml
parent5ccd011cc3bafc00a557dabbb47da004f3d4a381 (diff)
parente91bf82083ac390a0cf229d8e94fa412fdec57ff (diff)
Merge pull request #1164 from ThibG/glitch-soc/cherry-pick-upstream
Cherry-pick changes from upstream
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 93d47f1a0..f3fe6cfd0 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -58,7 +58,7 @@ services:
     image: tootsuite/mastodon
     restart: always
     env_file: .env.production
-    command: yarn start
+    command: BIND=0.0.0.0 node ./streaming
     networks:
       - external_network
       - internal_network