We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 714f327 commit 7679400Copy full SHA for 7679400
README.md
@@ -164,6 +164,8 @@ Translates to command
164
waitress-serve --listen=*:80 --no-ipv6 app.wsgi:application
165
```
166
167
+Additional extra parameters can passed setting `WAITRESS_EXTRA_PARAMS` environment variable.
168
+
169
# Credits
170
This dockerfile setup is based on https://github.com/tiangolo/meinheld-gunicorn-docker
171
scripts/run.sh
@@ -12,7 +12,7 @@ else
12
echo "There is no script $PRE_START_PATH"
13
fi
14
15
-params=""
+params="$WAITRESS_EXTRA_PARAMS"
16
17
if [[ -v $WAITRESS_LISTEN ]]; then
18
listeners=$(echo "$WAITRESS_LISTEN" | tr "," "\n")
0 commit comments