Skip to content
Discussion options

You must be logged in to vote

A better approach to what I have wrote earlier is to use the "native" OpenWebUI Docker file arguments UID and GID to build a custom image:

open-webui/Dockerfile

Lines 23 to 24 in b8112d7

ARG UID=0
ARG GID=0

This ensures the user and group are actually created, permissions are set and so on...

According to the Dockerfile, this approach is not officially supported, but it seems to be working in practices, at least on my installation.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Elettrotecnica
Comment options

Answer selected by mirco-bozzolini
@mirco-bozzolini
Comment options

@Elettrotecnica
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants