summaryrefslogtreecommitdiff
path: root/docker/collector
diff options
context:
space:
mode:
Diffstat (limited to 'docker/collector')
-rw-r--r--docker/collector/supervisord.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/collector/supervisord.conf b/docker/collector/supervisord.conf
index 374f4fe..1fef83a 100644
--- a/docker/collector/supervisord.conf
+++ b/docker/collector/supervisord.conf
@@ -3,7 +3,7 @@ nodaemon=true
[program:uvicorn]
directory = /opt/collector/src/
-command = /opt/collector/venv/bin/uvicorn --proxy-headers --port 8000 wsgi:app
+command = /opt/collector/venv/bin/uvicorn --proxy-headers --port 8000 main:app
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr