mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-09 23:35:09 -05:00
issue: Open-Webui docker does not start gives start.sh file missing. #6750
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 @R1U2 on GitHub (Oct 24, 2025).
Check Existing Issues
Installation Method
Docker
Open WebUI Version
ghcr.io/open-webui/open-webui:main
Ollama Version (if applicable)
No response
Operating System
OMV7
Browser (if applicable)
Firefox
Confirmation
README.md.Expected Behavior
Once Docker Compose is started i should be able to go to the host address and get the login screen.
Actual Behavior
Since monday for some reason when i restart my docker container for open-webui i keep getting the following error in the log
open-webui | bash: start.sh: No such file or directory
open-webui | bash: start.sh: No such file or directory
my docker-compose file
services:
open-webui:
image: ghcr.io/open-webui/open:main
networks:
mylan:
ipv4_address: ...
restart: unless-stopped
container_name: open-webui
ports:
- "3000:8080"
extra_hosts:
- "host.docker.internal:host-gateway"
networks:
mylan:
external: true
I have retried different earlier versions with the same result.
Steps to Reproduce
Start Container by selecting up in OMV7.
Says container is starting and running.
Log file indicates the defect.
Then container stops.
Cant have the container running long enough to get more information
Logs & Screenshots
Additional Information
Cant give anymore info as it does not start up