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'