Anshul Gupta commited on
Commit ·
2e9b62c
1
Parent(s): 1ab7842
webuiport
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -8,6 +8,7 @@ FROM ghcr.io/open-webui/open-webui:latest
|
|
| 8 |
# ---------------------------------------------------------
|
| 9 |
ENV ENABLE_OPENAI_API=true
|
| 10 |
|
|
|
|
| 11 |
# ---------------------------------------------------------
|
| 12 |
# 3️⃣ (Optional) Expose a different host port – HF will map
|
| 13 |
# the container’s 8080 → the Space’s public URL automatically.
|
|
|
|
| 8 |
# ---------------------------------------------------------
|
| 9 |
ENV ENABLE_OPENAI_API=true
|
| 10 |
|
| 11 |
+
ENV WEBUI_PORT=7860
|
| 12 |
# ---------------------------------------------------------
|
| 13 |
# 3️⃣ (Optional) Expose a different host port – HF will map
|
| 14 |
# the container’s 8080 → the Space’s public URL automatically.
|