diff --git a/config/puma.rb b/config/puma.rb index c341524a..89237c1b 100644 --- a/config/puma.rb +++ b/config/puma.rb @@ -11,6 +11,9 @@ threads threads_count, threads_count # port ENV.fetch("PORT") { 3000 } +# Bind automatically to all systemd activated sockets +bind_to_activated_sockets + # Specifies the `environment` that Puma will run in. # environment ENV.fetch("RAILS_ENV") { "development" }