Change default interface of web and streaming from 0.0.0.0 to 127.0.0.1 (#11302)

This commit is contained in:
Eugen Rochko 2019-07-15 05:56:35 +02:00
parent b21c630043
commit 291d868773
3 changed files with 4 additions and 4 deletions

View file

@ -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