mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #1426] Script to run UI #51157
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 @nathanhere on GitHub (Apr 5, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/1426
This might be a super obvious question, but what command launches the UI when running via docker compose? Been searching for the past hour 😅
@ddanat-smm commented on GitHub (Apr 5, 2024):
To start:
docker compose up -d
To stop:
docker compose down
It's like that for pretty much all docker compose setups with seldom variation to it.
@ddanat-smm commented on GitHub (Apr 5, 2024):
Disregard what I wrote, the docs are the best place to look:
https://docs.openwebui.com/getting-started/