issue: Open-Webui docker does not start gives start.sh file missing. #6750

Closed
opened 2025-11-11 17:05:03 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @R1U2 on GitHub (Oct 24, 2025).

Check Existing Issues

  • I have searched for any existing and/or related issues.
  • I have searched for any existing and/or related discussions.
  • I am using the latest version of Open WebUI.

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

  • I have read and followed all instructions in README.md.
  • I am using the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.
  • I have provided every relevant configuration, setting, and environment variable used in my setup.
  • I have clearly listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc).
  • I have documented step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation. My steps:
  • Start with the initial platform/version/OS and dependencies used,
  • Specify exact install/launch/configure commands,
  • List URLs visited, user input (incl. example values/emails/passwords if needed),
  • Describe all options and toggles enabled or changed,
  • Include any files or environmental changes,
  • Identify the expected and actual result at each stage,
  • Ensure any reasonably skilled user can follow and hit the same issue.

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"

volumes:
  - my volume:/app/backend/data
  - my volume:/app/

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

Image

Additional Information

Cant give anymore info as it does not start up

Originally created by @R1U2 on GitHub (Oct 24, 2025). ### Check Existing Issues - [x] I have searched for any existing and/or related issues. - [x] I have searched for any existing and/or related discussions. - [x] I am using the latest version of Open WebUI. ### 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 - [x] I have read and followed all instructions in `README.md`. - [x] I am using the latest version of **both** Open WebUI and Ollama. - [x] I have included the browser console logs. - [x] I have included the Docker container logs. - [x] I have **provided every relevant configuration, setting, and environment variable used in my setup.** - [x] I have clearly **listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup** (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc). - [x] I have documented **step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation**. My steps: - Start with the initial platform/version/OS and dependencies used, - Specify exact install/launch/configure commands, - List URLs visited, user input (incl. example values/emails/passwords if needed), - Describe all options and toggles enabled or changed, - Include any files or environmental changes, - Identify the expected and actual result at each stage, - Ensure any reasonably skilled user can follow and hit the same issue. ### 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" volumes: - my volume:/app/backend/data - my volume:/app/ 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 <img width="1730" height="569" alt="Image" src="https://github.com/user-attachments/assets/bfee966d-b529-438a-be3d-39d4833532f3" /> ### Additional Information Cant give anymore info as it does not start up
GiteaMirror added the bug label 2025-11-11 17:05:03 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#6750