Skip to content

Commit a0d9eec

Browse files
author
mafyuh
committedJul 31, 2024
Update docker/AI/docker-compose.yml
1 parent a4769f4 commit a0d9eec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docker/AI/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.8"
22

33
services:
44
ollama:
5-
image: docker.mafyuh.xyz/ollama/ollama:0.3.1
5+
image: ollama/ollama:0.3.1
66
container_name: ollama
77
restart: unless-stopped
88
volumes:
@@ -29,7 +29,7 @@ services:
2929
- host.docker.internal:host-gateway
3030

3131
mindsdb:
32-
image: docker.mafyuh.xyz/mindsdb/mindsdb:v24.7.3.0
32+
image: mindsdb/mindsdb:v24.7.3.0
3333
container_name: mindsdb
3434
ports:
3535
- 47334:47334

0 commit comments

Comments
 (0)
Please sign in to comment.