File size: 170 Bytes
5747a83
eb2fc22
5747a83
 
e29bfb8
1
2
3
4
5
6
FROM searxng/searxng:latest
ENV SEARXNG_BASE_URL=https://${SEARXNG_HOSTNAME:-localhost}/
RUN mkdir /etc/searxng \
  && chmod 777 /etc/searxng
COPY ./searxng /etc/searxng