Merge pull request #1918 from LinuxMeow/patch-1

Remove unused volume
This commit is contained in:
Alexandre Flament 2022-11-05 19:45:13 +01:00 committed by GitHub
commit e9f42e1c22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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