diff options
author | kodai <shirafuta.kodai@gmail.com> | 2019-10-25 05:47:24 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-10-24 22:47:24 +0200 |
commit | 5966d1b5a3caabb607f646e7555f6acc89bf670e (patch) | |
tree | 95820086a6ee9a2472b488804fffa604f44feadd | |
parent | aa884e04848a6c06dbf7c27ae7a3fcc7d379792d (diff) |
fix vagrant connection error (#12180)
-rw-r--r-- | .env.vagrant | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.env.vagrant b/.env.vagrant index f3b54f6e3..c2d26fa45 100644 --- a/.env.vagrant +++ b/.env.vagrant @@ -1,2 +1,3 @@ VAGRANT=true LOCAL_DOMAIN=mastodon.local +BIND=0.0.0.0 |