From f29c5b873216872582238cd15ff149e8043c702e Mon Sep 17 00:00:00 2001 From: Sylvain Date: Fri, 20 Sep 2019 10:29:40 +0200 Subject: [PATCH] bind mailcatcher to all interfaces --- Procfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Procfile b/Procfile index fe0aeffa3..ffe497c23 100644 --- a/Procfile +++ b/Procfile @@ -1,3 +1,3 @@ web: bundle exec rails server puma -p $PORT -b0.0.0.0 -#worker: bundle exec sidekiq -C ./config/sidekiq.yml -mail: bundle exec mailcatcher --foreground +worker: bundle exec sidekiq -C ./config/sidekiq.yml +mail: bundle exec mailcatcher --foreground --http-ip=0.0.0.0