Update docker/AI/docker-compose.yml

This commit is contained in:
Matt Reeves 2024-07-30 22:21:22 -04:00
parent a4769f45ab
commit a0d9eeceba

View file

@ -2,7 +2,7 @@ version: "3.8"
services:
ollama:
image: docker.mafyuh.xyz/ollama/ollama:0.3.1
image: ollama/ollama:0.3.1
container_name: ollama
restart: unless-stopped
volumes:
@ -29,7 +29,7 @@ services:
- host.docker.internal:host-gateway
mindsdb:
image: docker.mafyuh.xyz/mindsdb/mindsdb:v24.7.3.0
image: mindsdb/mindsdb:v24.7.3.0
container_name: mindsdb
ports:
- 47334:47334