mirror of
https://github.com/NohamR/AM-Exporter.git
synced 2026-05-26 04:07:12 +00:00
1 worker (resolve cache bug)
This commit is contained in:
@@ -10,4 +10,4 @@ EXPOSE 3005
|
|||||||
|
|
||||||
RUN pip install gunicorn
|
RUN pip install gunicorn
|
||||||
|
|
||||||
CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:3005", "--chdir", "/t", "app:app"]
|
CMD ["gunicorn", "-w", "1", "-b", "0.0.0.0:3005", "--chdir", "/t", "app:app"]
|
||||||
Reference in New Issue
Block a user