searxng / Dockerfile
gitdeem's picture
Upload 4 files
4f0240e verified
raw
history blame contribute delete
175 Bytes
FROM searxng/searxng:latest
ENV SEARXNG_BASE_URL=https://${SEARXNG_HOSTNAME:-localhost}/
RUN mkdir /etc/searxng \
&& chmod 777 /etc/searxng
COPY ./searxng /etc/searxng