aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rw-r--r--docker/app/uwsgi.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/app/uwsgi.ini b/docker/app/uwsgi.ini
index 8d336d5c..0b461f9a 100644
--- a/docker/app/uwsgi.ini
+++ b/docker/app/uwsgi.ini
@@ -1,6 +1,6 @@
[uwsgi]
# Exposed ports
-http = :4000
+socket = :4000
# File settings
wsgi = pysite.wsgi:application