diff --git a/api/entrypoint_alerts.sh b/api/entrypoint_alerts.sh index 2a1f4694c..c561c2572 100755 --- a/api/entrypoint_alerts.sh +++ b/api/entrypoint_alerts.sh @@ -1,5 +1,5 @@ #!/bin/sh export TZ=UTC export ASSIST_KEY=ignore -export CH_pool=false +export CH_POOL=false uvicorn app:app --host 0.0.0.0 --port 8888 --log-level ${S_LOGLEVEL:-warning}