mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-20 14:54:15 +01:00
bind mailcatcher to all interfaces
This commit is contained in:
parent
50aa74f9b0
commit
f29c5b8732
4
Procfile
4
Procfile
@ -1,3 +1,3 @@
|
|||||||
web: bundle exec rails server puma -p $PORT -b0.0.0.0
|
web: bundle exec rails server puma -p $PORT -b0.0.0.0
|
||||||
#worker: bundle exec sidekiq -C ./config/sidekiq.yml
|
worker: bundle exec sidekiq -C ./config/sidekiq.yml
|
||||||
mail: bundle exec mailcatcher --foreground
|
mail: bundle exec mailcatcher --foreground --http-ip=0.0.0.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user