Commit be5f99a338771c82a2c775427189d4d42b08589e

Authored by Andrei Gliga
1 parent defb4cfe
Exists in master

bind puma to port 8080 for capistrano deployments

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