UI not starting #1733

Closed
opened 2025-11-11 14:51:10 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @themw123 on GitHub (Aug 8, 2024).

open webui container is restarting in an endless loop. Everything worked fine until i did an update by pulling new image a few days before. Immediately after updating it did not start anymore.

i am using the command from readme:

docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main

docker logs open-webui:

Loading WEBUI_SECRET_KEY from file, not provided as an environment variable.
Generating WEBUI_SECRET_KEY
Loading WEBUI_SECRET_KEY from .webui_secret_key
USER_AGENT environment variable not set, consider setting it to identify your requests.

... repeating

What it tried:

  • delete all old open webui images and volumes
  • update, upgrade and restart system

System:

  • Raspberry Pi 4 2gb
  • Debian GNU/Linux 12 (bookworm)
  • Docker version 20.10.24+dfsg1, build 297e128
Originally created by @themw123 on GitHub (Aug 8, 2024). open webui container is restarting in an endless loop. Everything worked fine until i did an update by pulling new image a few days before. Immediately after updating it did not start anymore. i am using the command from readme: ``` docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main ``` docker logs open-webui: ``` Loading WEBUI_SECRET_KEY from file, not provided as an environment variable. Generating WEBUI_SECRET_KEY Loading WEBUI_SECRET_KEY from .webui_secret_key USER_AGENT environment variable not set, consider setting it to identify your requests. ... repeating ``` What it tried: - delete all old open webui images and volumes - update, upgrade and restart system System: - Raspberry Pi 4 2gb - Debian GNU/Linux 12 (bookworm) - Docker version 20.10.24+dfsg1, build 297e128
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#1733