about summary refs log tree commit diff
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-07-15 05:56:35 +0200
committerGitHub <noreply@github.com>2019-07-15 05:56:35 +0200
commite7353c47dbc200536dedb7beea37d60c6ea6fa2f (patch)
tree6b6024ded62ff30d27c3333131804c180c4a02a0 /docker-compose.yml
parent2f813b7ea10e0323f76d30bf2d6d1aaa87674bce (diff)
Change default interface of web and streaming from 0.0.0.0 to 127.0.0.1 (#11302)
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