Browse Source

Merge pull request #1918 from LinuxMeow/patch-1

Remove unused volume
Alexandre Flament 2 years ago
parent
commit
e9f42e1c22
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Dockerfile

+ 0 - 1
Dockerfile

@@ -1,7 +1,6 @@
 FROM alpine:3.16
 ENTRYPOINT ["/sbin/tini","--","/usr/local/searxng/dockerfiles/docker-entrypoint.sh"]
 EXPOSE 8080
-VOLUME /etc/searx
 VOLUME /etc/searxng
 
 ARG SEARXNG_GID=977