mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #19855] issue: Docker Compose Deployment Fails to Serve Web Interface #34548
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mrviktort on GitHub (Dec 10, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/19855
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.41
Ollama Version (if applicable)
No response
Operating System
Linux Mint 22.2
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
The application should be accessible at http://localhost:3000 (or the host’s IP on port 3000), and the /health endpoint should return a successful response.
Actual Behavior
After starting the Open WebUI container via Docker Compose, the container appears to run successfully—database migrations complete, the startup banner is displayed, and the service shows as "Up" in docker ps. However, the web server does not respond to HTTP requests on the published port 3000.
Steps to Reproduce
Start with a clean Linux system — the issue has been reproduced on multiple distributions, including Debian 13, Ubuntu 24.04 LTS, and Linux Mint 22.2 (now).
Install Docker Engine:
Create a dedicated project directory and navigate into it:
sudo mkdir -p /opt/ai-stack && cd /opt/ai-stackCreate the following docker-compose.yml file (no modifications, no .env, no extra services):
Start the service using Docker Compose:
viktor@nitro:/opt/ai-stack$ docker compose up -dVerify that the container is running:
Logs & Screenshots
Additional Information
I'm a beginner. This is a very important project for me. Please help me solve the problem!
@owui-terminator[bot] commented on GitHub (Dec 10, 2025):
🔍 Similar Issues Found
I found some existing issues that might be related to this one. Please check if any of these are duplicates or contain helpful solutions:
#19376 issue: open-webui docker compose service does not resolve ollama service name
by SorenPoulsen • Nov 21, 2025 •
bug#16540 issue:
by Sawrz • Aug 12, 2025 •
bug#17055 issue:
by jammin1911 • Aug 30, 2025 •
bug#17390 issue:
by abxis • Sep 12, 2025 •
bug#17389 issue:
by abxis • Sep 12, 2025 •
bugShow 5 more related issues
#17387 issue:
by abxis • Sep 12, 2025 •
bug#17392 issue:
by abxis • Sep 12, 2025 •
bug#17393 issue:
by abxis • Sep 12, 2025 •
bug#17391 issue:
by abxis • Sep 12, 2025 •
bug#17388 issue:
by abxis • Sep 12, 2025 •
bug💡 Tips:
This comment was generated automatically by a bot. Please react with a 👍 if this comment was helpful, or a 👎 if it was not.
@hhxdestiny commented on GitHub (Dec 10, 2025):
wait more minutes
@mrviktort commented on GitHub (Dec 10, 2025):
How long?
@Classic298 commented on GitHub (Dec 10, 2025):
Logs? Debug logs?