An ollama web ui
2.4K
# docker compose -f docker-compose-ollama.yml down
# docker compose -f docker-compose-ollama.yml pull
# docker compose -f docker-compose-ollama.yml up -d --force-recreate
# docker image prune
name: ollama
services:
ollama:
image: ollama/ollama:latest
container_name: ollama
restart: on-failure:10
volumes:
- ./ollama:/root/.ollama
networks:
- ollama
ports:
- 11434:11434
ollama-ui:
image: antlafarge/ollama-ui:latest
container_name: ollama-ui
restart: on-failure:10
networks:
- ollama
ports:
- 7365:7365
networks:
ollama:
Content type
Image
Digest
sha256:788e2b792…
Size
25.5 MB
Last updated
5 months ago
docker pull antlafarge/ollama-ui