Esegui bundle 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 Mi Piace

Usa invece UNICORN_BIND_ALL=1 bundle exec rails server

4 Mi Piace

Grazie mille. In tutta la documentazione si consiglia di usare --binding=0.0.0.0, ma solo dopo il tuo comando sono riuscito a connettermi da fuori localhost.

1 Mi Piace