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 😅
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.
@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/
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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/