Spaces:
Running
Running
Update Dockerfile
Browse files- 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 |
|