searxng / Dockerfile
snackshell's picture
Upload 3 files
3e4ed6e verified
raw
history blame contribute delete
169 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