sddpljx commited on
Commit
53fb1df
·
verified ·
1 Parent(s): 89ffdd5

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -0
Dockerfile ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ FROM searxng/searxng:latest
2
+ ENV SEARXNG_BASE_URL=https://${SEARXNG_HOSTNAME:-localhost}/
3
+ RUN mkdir /etc/searxng \
4
+ && chmod 777 /etc/searxng
5
+ COPY ./searxng /etc/searxng