Skip to content
This repository was archived by the owner on Jan 20, 2021. It is now read-only.

Commit afb1371

Browse files
committed
Bind to all network interfaces
This default changed from 0.0.0.0 to localhost in Rails 4.2. Fixes #61
1 parent a67b323 commit afb1371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: bundle exec rails server -p 80 -e ${RAILS_ENV:-production}
1+
web: bundle exec rails server -b 0.0.0.0 -p 80 -e ${RAILS_ENV:-production}

0 commit comments

Comments
 (0)