Script to run UI #595

Closed
opened 2025-11-11 14:27:06 -06:00 by GiteaMirror · 2 comments
Owner

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 😅

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

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

@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#595