Echo-ai commited on
Commit
68dbff7
·
verified ·
1 Parent(s): 598886b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,4 +11,4 @@ COPY --chown=user settings.yml /etc/searxng/settings.yml
11
  RUN sed -i "s|ultrasecretkey|$(openssl rand -hex 32)|g" /etc/searxng/settings.yml
12
 
13
  EXPOSE 8080
14
- CMD ["uvicorn", "searx.webapp:app", "--host", "0.0.0.0", "--port", "8080"]
 
11
  RUN sed -i "s|ultrasecretkey|$(openssl rand -hex 32)|g" /etc/searxng/settings.yml
12
 
13
  EXPOSE 8080
14
+ CMD ["uvicorn", "searx.webapp:app", "--host", "0.0.0.0", "--port", "7860"]