mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #1524] Model Whitelists do not persist through Container restart #12536
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 @lewismacnow on GitHub (Apr 12, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/1524
Bug Report
Description
Model Whitelists do not persist through Container restart
Bug Summary:
When the docker container is restarted, the Model Whitelist value is cleared and must be re-entered.
This is despite having storage used in the container - /app/backend/data
Everything else that would be expected to restart, does persist.
Steps to Reproduce:
Expected Behavior:
Model Whitelist should persist
Actual Behavior:
Whitelist is lost
Environment
Reproduction Details
Confirmation:
Installation Method
sudo docker run -d -p 13000:8080 --network=host -v open-webui:/app/backend/data -e OLLAMA_BASE_URL={redacted} --name open-webui --restart always ghcr.io/open-webui/open-webui:main
@tjbck commented on GitHub (Apr 12, 2024):
Duplicate #1022