mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
Default docker installations should generate a random key instead of using a static secret that everyone can see.
This commit is contained in:
@@ -53,4 +53,7 @@ COPY --from=build /app/build /app/build
|
||||
# copy backend files
|
||||
COPY ./backend .
|
||||
|
||||
# Generate a random value to use as a WEBUI_SECRET_KEY in case the user didn't provide one.
|
||||
RUN echo $(head -c 12 /dev/random | base64) > docker_secret_key
|
||||
|
||||
CMD [ "bash", "start.sh"]
|
||||
Reference in New Issue
Block a user