Maintenance: Ensure puma knows it's config

This commit is contained in:
Marcel Herrguth 2021-06-22 14:46:29 +02:00
parent c8f6603ef3
commit fb8fb8c512

View File

@ -152,7 +152,7 @@ if [ "$1" = 'zammad-railsserver' ]; then
echo "starting railsserver... with WEB_CONCURRENCY=${ZAMMAD_WEB_CONCURRENCY}"
#shellcheck disable=SC2101
exec bundle exec puma -b [::]:"${ZAMMAD_RAILSSERVER_PORT}" "${PUMA_OPTS}" -e "${RAILS_ENV}"
exec bundle exec puma -b [::]:"${ZAMMAD_RAILSSERVER_PORT}" "${PUMA_OPTS}" -e "${RAILS_ENV}" -c "/opt/zammad/config.ru"
fi