aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rw-r--r--docker/app/uwsgi.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/app/uwsgi.ini b/docker/app/uwsgi.ini
index 3bfcd3f8..8418c2f0 100644
--- a/docker/app/uwsgi.ini
+++ b/docker/app/uwsgi.ini
@@ -26,6 +26,8 @@ procname-prefix-spaced = pysite :
need-app = true
# `setuid` to an unprivileged user
uid = 1500
+# Do not use multiple interpreters
+single-interpreter = true
### Hook setup
# Gracefully kill workers on `SIGQUIT`