Bundle exec rails server --binding=0.0.0.0

After running this, nothing loads.

What do you see on your screen when you run that, how did you setup your dev environment?

btw use ./bin/unicorn not that.

「いいね!」 4

代わりに UNICORN_BIND_ALL=1 bundle exec rails server を使用してください

「いいね!」 4

どうもありがとうございます。ドキュメントの至る所で --binding=0.0.0.0 を使うと書かれていましたが、あなたのコマンドのおかげで、localhost 外からの接続が可能になりました。

「いいね!」 1