summaryrefslogtreecommitdiff
path: root/server/docker-start.sh
diff options
context:
space:
mode:
Diffstat (limited to 'server/docker-start.sh')
-rwxr-xr-xserver/docker-start.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/docker-start.sh b/server/docker-start.sh
index 34a0e49..eebef1c 100755
--- a/server/docker-start.sh
+++ b/server/docker-start.sh
@@ -4,5 +4,5 @@ cd /opt/app
alembic upgrade head
-echo "Starting szurubooru API on port ${PORT}"
-exec waitress-serve-3 --port ${PORT} szurubooru.facade:app
+echo "Starting szurubooru API on port ${PORT} - Running on ${THREADS} threads"
+exec waitress-serve-3 --port ${PORT} --threads ${THREADS} szurubooru.facade:app