Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Mafyuh/iac
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2977090fd4cf52993e31d77d727bbb8055d9163f
Choose a base ref
..
head repository: Mafyuh/iac
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a918f6a891efa48dc8e39bf931a8ea7563761fdb
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 docker/AI/docker-compose.yml
4 changes: 2 additions & 2 deletions docker/AI/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ services:
capabilities: [gpu]

open-webui:
image: ghcr.io/open-webui/open-webui:0.5.16
image: ghcr.io/open-webui/open-webui:v0.5.18
container_name: open-webui
restart: unless-stopped
networks:
@@ -39,7 +39,7 @@ services:
- host.docker.internal:host-gateway

searxng:
image: searxng/searxng@sha256:759cbd30d8384ddd8b10c310571a0794bcade698c078f42c7d92b2062b1b5db2
image: searxng/searxng@sha256:9760e7d7785dc876a16a12093f7053d2e8219529459a43ad00f3e8761a7b5f28
container_name: searxng
networks:
- ai-stack