bind to 0.0.0.0 instead of localhost

This commit is contained in:
Jeffrey Paul 2019-12-09 04:00:01 -08:00
parent 9f7a3528b2
commit 53f3538cda
1 changed files with 4 additions and 1 deletions

View File

@ -49,4 +49,7 @@ envdir /state/envdir \
exec \
envdir /state/envdir \
chpst -u mastodon:mastodon \
bash -i -c "bundle exec puma -C config/puma.rb"
bash -i -c "
BIND=0.0.0.0
bundle exec puma -C config/puma.rb
"