bind to 0.0.0.0 instead of localhost
This commit is contained in:
parent
9f7a3528b2
commit
53f3538cda
@ -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
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user