From 04ab16e4d047ab790d2c898f2392adc16452142a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Mon, 19 Dec 2016 21:27:27 +0100 Subject: [PATCH] set puma as standard --- docker-entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 865ea1c..b064a69 100644 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -5,8 +5,8 @@ GIT_URL="https://github.com/zammad/zammad.git" GIT_BRANCH="develop" #GIT_URL="https://github.com/monotek/zammad.git" #GIT_BRANCH="unicorn" -FRESH_INSTALL="yes" -RAILS_SERVER="unicorn" +FRESH_INSTALL="no" +RAILS_SERVER="puma" DEBUG="yes" export RAILS_ENV="production"