open-webui: upgrade to v0.6.0
This commit is contained in:
parent
929021bbe6
commit
6daf373a01
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ in {
|
|||
open-webui.service = {
|
||||
container_name = "open-webui";
|
||||
dns = ["100.100.100.100"]; # Tailscale resolver
|
||||
image = "ghcr.io/open-webui/open-webui:v0.5.20";
|
||||
image = "ghcr.io/open-webui/open-webui:v0.6.0";
|
||||
network_mode = "host";
|
||||
restart = "unless-stopped";
|
||||
volumes = ["${config.custom.containers.directory}/open-webui/data:/app/backend/data"];
|
||||
|
|
Loading…
Add table
Reference in a new issue