summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 0 insertions, 1 deletions
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