Skip to content

Commit 39d68d9

Browse files
committed
Puma was wrongly configured
1 parent c5fe871 commit 39d68d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/puma.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
threads threads_count, threads_count
2525

2626
# Specifies the `port` that Puma will listen on to receive requests; default is 3000.
27-
port ENV.fetch('PORT', 3000)
27+
port ENV.fetch('PORT', 5000)
2828

2929
# Allow puma to be restarted by `bin/rails restart` command.
3030
plugin :tmp_restart

0 commit comments

Comments
 (0)