Compare commits

..

1 Commits

Author SHA1 Message Date
faf3b0f909 Update ghcr.io/open-webui/open-webui Docker tag to v0.8.10 2026-03-09 02:31:40 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
services: services:
backrest: backrest:
container_name: backrest container_name: backrest
image: docker.io/garethgeorge/backrest:v1.12.1@sha256:f4d34bd6fa985d13bdb6c01c5d8727e07708899afa9567d800808357d77b9fb0 image: docker.io/garethgeorge/backrest:v1.12.0@sha256:448fee1cb4cdf3f7d7078078480d38713673924ad415bfdf84bf9e49ff570201
restart: unless-stopped restart: unless-stopped
hostname: ${HOSTNAME} hostname: ${HOSTNAME}
environment: environment:

View File

@@ -1,7 +1,7 @@
services: services:
open-webui: open-webui:
container_name: open-webui container_name: open-webui
image: ghcr.io/open-webui/open-webui:v0.8.8-ollama@sha256:781938633d6d445daa489fcdc0c1988c4c875e6358175f484fdd8a89aa152503 image: ghcr.io/open-webui/open-webui:v0.8.10-ollama@sha256:5042f5690f392597832074593067667e344f0e599a4e0dddc38f610689f1c702
restart: unless-stopped restart: unless-stopped
environment: environment:
- OLLAMA_BASE_URL=${OLLAMA_BASE_URL} - OLLAMA_BASE_URL=${OLLAMA_BASE_URL}