diff --git a/deployment/docker/pretix.bash b/deployment/docker/pretix.bash index 24876de9f2..cacd6aafd3 100644 --- a/deployment/docker/pretix.bash +++ b/deployment/docker/pretix.bash @@ -5,7 +5,7 @@ export DATA_DIR=/data/ export HOME=/pretix AUTOMIGRATE=${AUTOMIGRATE:-yes} -NUM_WORKERS_DEFAULT=$((2 * $(nproc --all))) +NUM_WORKERS_DEFAULT=$((2 * $(nproc))) export NUM_WORKERS=${NUM_WORKERS:-$NUM_WORKERS_DEFAULT} if [ ! -d /data/logs ]; then