Skip to content

Commit

Permalink
Bind Puma socket in container
Browse files Browse the repository at this point in the history
  • Loading branch information
unflxw committed Aug 5, 2024
1 parent 5c7e2ac commit bb68720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby/sinatra-puma/app/config/puma.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
environment "production"

# Set up socket location
bind "unix:///#{shared_dir}/sockets/puma.sock"
bind "unix:///var/run/puma.sock"

# stdout_redirect "#{shared_dir}/log/puma.stdout.log", "#{shared_dir}/log/puma.stderr.log", true

Expand Down

0 comments on commit bb68720

Please sign in to comment.