From 12d3fe32147d43446fa6d7fcd56252eebac5ecb4 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sat, 19 Mar 2022 12:27:46 +0100 Subject: docker: log to stdout previously the log (only the exceptions) were log into /var/log/uwsgi/uwsgi.log this is disturbing for the admins: * they see an internal error on HTTP port * no log where they are expected (docker logs) this commit fixes this issue --- Dockerfile | 1 - 1 file changed, 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index ce74af1d4..6932c595c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,6 @@ ENTRYPOINT ["/sbin/tini","--","/usr/local/searxng/dockerfiles/docker-entrypoint. EXPOSE 8080 VOLUME /etc/searx VOLUME /etc/searxng -VOLUME /var/log/uwsgi ARG SEARXNG_GID=977 ARG SEARXNG_UID=977 -- cgit v1.2.3