From be5f99a338771c82a2c775427189d4d42b08589e Mon Sep 17 00:00:00 2001 From: Andrei Gliga Date: Tue, 22 Dec 2015 13:41:18 +0200 Subject: [PATCH] bind puma to port 8080 for capistrano deployments --- config/deploy.example.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.example.rb b/config/deploy.example.rb index bb542cc..b13fe5a 100644 --- a/config/deploy.example.rb +++ b/config/deploy.example.rb @@ -69,4 +69,4 @@ namespace :db do end end -set :puma_bind, 'tcp://0.0.0.0:3000' +set :puma_bind, 'tcp://0.0.0.0:8080' -- libgit2 0.21.2