[GH-ISSUE #1426] Script to run UI #51157

Closed
opened 2026-05-05 12:04:02 -05:00 by GiteaMirror · 2 comments
Owner

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 😅

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 😅
Author
Owner

@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.

<!-- gh-comment-id:2039084796 --> @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.
Author
Owner

@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/

<!-- gh-comment-id:2039086674 --> @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/
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#51157