From 54a11778da315581338fbd15fcf24d9509d19bb7 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sat, 30 Apr 2022 18:34:58 -0700 Subject: [PATCH] chore: make local mastodon server work in docker (#2136) --- bin/mastodon-config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/mastodon-config.js b/bin/mastodon-config.js index 7b24282f..ba995936 100644 --- a/bin/mastodon-config.js +++ b/bin/mastodon-config.js @@ -15,6 +15,7 @@ DB_PORT=${DB_PORT} DB_USER=${DB_USER} DB_NAME=${DB_NAME} DB_PASS=${DB_PASS} +BIND=0.0.0.0 ` export const RUBY_VERSION = '3.0.3'