mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #6688] Docker User Permissions #53113
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 @tessamerrill on GitHub (Nov 4, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/6688
Feature Request
Is your feature request related to a problem? Please describe.
I'm running Open-WebUI on Unraid, which when using Docker, the best practice is to use User 99 and Group 100 (nobody) for filesystem access. Open-WebUI sets these values to root:
7228b39064/Dockerfile (L19-L21)Describe the solution you'd like
Describe alternatives you've considered
I've been trying to build the image on my own, however I cannot find the right way to build it (as
docker build -t open-webui:ollama .doesn't seem to work right.)Additional context
This could be more viable as a synced fork, which I could look into.