mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
Script to run UI #595
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).
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/