Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ Translates to command
waitress-serve --listen=*:80 --no-ipv6 app.wsgi:application
```

Additional extra parameters can passed setting `WAITRESS_EXTRA_PARAMS` environment variable.

# Credits
This dockerfile setup is based on https://github.com/tiangolo/meinheld-gunicorn-docker

Expand Down
2 changes: 1 addition & 1 deletion scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ else
echo "There is no script $PRE_START_PATH"
fi

params=""
params="$WAITRESS_EXTRA_PARAMS"

if [[ -v $WAITRESS_LISTEN ]]; then
listeners=$(echo "$WAITRESS_LISTEN" | tr "," "\n")
Expand Down