We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a470e1c + 5d320c4 commit a1ac27bCopy full SHA for a1ac27b
docker/AI/docker-compose.yml
@@ -18,7 +18,7 @@ services:
18
capabilities: [gpu]
19
20
open-webui:
21
- image: ghcr.io/open-webui/open-webui:v0.3.11
+ image: ghcr.io/open-webui/open-webui:v0.3.12
22
container_name: open-webui
23
restart: unless-stopped
24
ports:
@@ -29,7 +29,7 @@ services:
29
- host.docker.internal:host-gateway
30
31
mindsdb:
32
- image: mindsdb/mindsdb:v24.8.1.0
+ image: mindsdb/mindsdb:v24.8.1.1
33
container_name: mindsdb
34
35
- 47334:47334
docker/arm/docker-compose.yml
@@ -107,7 +107,7 @@ services:
107
networks:
108
- gitea_main
109
n8n:
110
- image: ghcr.io/n8n-io/n8n:1.53.1
+ image: ghcr.io/n8n-io/n8n:1.54.0
111
container_name: n8n
112
113
- 5678:5678
0 commit comments