changed puma cmd
This commit is contained in:
parent
7e5c7b97ba
commit
95fd4d6bc2
@ -56,7 +56,7 @@ if [ "$1" = 'zammad' ]; then
|
||||
bundle exec script/scheduler.rb start &
|
||||
|
||||
if [ "${RAILS_SERVER}" == "puma" ]; then
|
||||
bundle exec puma -p 3000 -b tcp://0.0.0.0
|
||||
bundle exec puma tcp://0.0.0.0:3000
|
||||
elif [ "${RAILS_SERVER}" == "unicorn" ]; then
|
||||
bundle exec unicorn -p 3000 -c config/unicorn.rb
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user