We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e43a611 + b0f88ea commit 7e99899Copy full SHA for 7e99899
bin/docker_start.sh
@@ -41,8 +41,7 @@ export UWSGI_SINGLE_INTERPRETER=1
41
export UWSGI_ENABLE_THREADS=1
42
43
# --- HTTP Settings
44
-# Use http rather than wsgi protocol (also note that UWSGI_PORT is not a native uwsgi option).
45
-export UWSGI_HTTP=${UWSGI_PORT:-8000}
+export UWSGI_HTTP=0.0.0.0:${PORT:-8000}
46
export UWSGI_HTTP_KEEPALIVE=${UWSGI_HTTP_KEEPALIVE:-1}
47
export UWSGI_HTTP_TIMEOUT=${UWSGI_HTTP_TIMEOUT:-120}
48
docker-compose.yml
@@ -86,7 +86,7 @@ services:
86
# Overridable uwsgi settings
87
- UWSGI_PROCESSES
88
- UWSGI_THREADS
89
- - UWSGI_PORT
+ - PORT
90
- UWSGI_HTTP_KEEPALIVE
91
- UWSGI_HTTP_TIMEOUT
92
- UWSGI_HARAKIRI
0 commit comments