Added --no-access-log to remove noise from docker logs

This commit is contained in:
2025-09-10 17:19:16 +02:00
parent b32e747990
commit cb8336e37e

View File

@@ -23,4 +23,4 @@ ENV CONTENT_BASE_DIR=/library \
EXPOSE 8080
VOLUME ["/data", "/library"]
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8080", "--proxy-headers", "--forwarded-allow-ips", "*"]
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8080", "--no-access-log", "--proxy-headers", "--forwarded-allow-ips", "*"]