Skip to content

Commit f29c5b8

Browse files
committed
bind mailcatcher to all interfaces
1 parent 50aa74f commit f29c5b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Procfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
web: bundle exec rails server puma -p $PORT -b0.0.0.0
2-
#worker: bundle exec sidekiq -C ./config/sidekiq.yml
3-
mail: bundle exec mailcatcher --foreground
2+
worker: bundle exec sidekiq -C ./config/sidekiq.yml
3+
mail: bundle exec mailcatcher --foreground --http-ip=0.0.0.0

0 commit comments

Comments
 (0)