Address already in use - bind(2) (Errno::EADDRINUSE)

前端 未结 7 493
你的背包
你的背包 2020-12-04 04:47

I am trying to deploy Rails app with the Puma web server. When trying to start Puma server with a config file bundle exec puma -C config/puma.rb I get an error

7条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-04 05:27

    You can find and kill the running processes: ps aux | grep puma Then you can kill it with kill PID

提交回复
热议问题