Maintenance: Adjust puma startup command to allow cluster workers
This commit is contained in:
parent
0fae61f73c
commit
9e1ef3ddf9
@ -152,7 +152,7 @@ if [ "$1" = 'zammad-railsserver' ]; then
|
||||
echo "starting railsserver... with WEB_CONCURRENCY=${ZAMMAD_WEB_CONCURRENCY}"
|
||||
|
||||
#shellcheck disable=SC2101
|
||||
exec bundle exec rails server puma -b [::] -p "${ZAMMAD_RAILSSERVER_PORT} ${PUMA_OPTS}" -e "${RAILS_ENV}"
|
||||
exec bundle exec puma -b [::]:"${ZAMMAD_RAILSSERVER_PORT}" ${PUMA_OPTS} -e "${RAILS_ENV}"
|
||||
fi
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user