Skip to content

Commit

Permalink
before Rails 4.2, development would bind on all interfaces, not it do…
Browse files Browse the repository at this point in the history
…es not
  • Loading branch information
cantino committed Jul 3, 2015
1 parent e3f090a commit f4d8a18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Procfile
@@ -1,5 +1,5 @@
# Procfile for development using the new threaded worker (scheduler, twitter stream and delayed job)
web: bundle exec rails server
web: bundle exec rails server -b0.0.0.0
jobs: bundle exec rails runner bin/threaded.rb

# Possible Profile configuration for production:
Expand All @@ -10,4 +10,4 @@ jobs: bundle exec rails runner bin/threaded.rb
# web: bundle exec rails server
# schedule: bundle exec rails runner bin/schedule.rb
# twitter: bundle exec rails runner bin/twitter_stream.rb
# dj: bundle exec script/delayed_job run
# dj: bundle exec script/delayed_job run

0 comments on commit f4d8a18

Please sign in to comment.