iridescentX commited on
Commit
8b9b39f
·
verified ·
1 Parent(s): b7020a1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -5,6 +5,8 @@ FROM searxng/searxng:latest
5
  # 设置 SEARXNG 的环境变量,默认使用 localhost
6
  ENV SEARXNG_BASE_URL=https://${SEARXNG_HOSTNAME:-localhost}/
7
 
 
 
8
  # 暴露服务端口
9
  EXPOSE 8080
10
 
 
5
  # 设置 SEARXNG 的环境变量,默认使用 localhost
6
  ENV SEARXNG_BASE_URL=https://${SEARXNG_HOSTNAME:-localhost}/
7
 
8
+ ENV SEARXNG_PORT=8080
9
+
10
  # 暴露服务端口
11
  EXPOSE 8080
12