标签: ruby-on-rails ruby
This is the output im getting whenever im trying to fix port or run the server or trying to run some command. Its not working on any port.
答案 0 :(得分:-1)
在您的应用程序中转到config / puma.rb,在这里您将找到要更改的端口。
port ENV.fetch("PORT") { 3000 }