Commit 3dc16fb56921c67be04530a5a03013e820c25703

Authored by Andrei Gliga
1 parent 286fa0c1
Exists in master

make puma bind to port 3000 on a capistrano deploy

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
config/deploy.example.rb
... ... @@ -68,3 +68,5 @@ namespace :db do
68 68 end
69 69 end
70 70 end
  71 +
  72 +set :puma_bind, 'tcp://0.0.0.0:3000'
... ...