We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c03af4 commit 3e248c4Copy full SHA for 3e248c4
README.md
@@ -165,6 +165,8 @@ Translates to command
165
waitress-serve --listen=*:80 --no-ipv6 app.wsgi:application
166
```
167
168
+Additional extra parameters can passed setting `WAITRESS_EXTRA_PARAMS` environment variable.
169
+
170
# Credits
171
This dockerfile setup is based on https://github.com/tiangolo/meinheld-gunicorn-docker
172
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