Update AI_Containers/ollama/compose.yaml

This commit is contained in:
2026-02-07 18:08:03 +00:00
parent 7168c32d63
commit 5bfec1fa89
+10 -2
View File
@@ -1,7 +1,15 @@
services:
ollama:
image: ollama/ollama
container_name: ollama
ports:
- "11434:11434"
volumes:
- /srv/docker/ollama:/root/ollama
networks: networks:
- traefik - ollama
restart: unless-stopped restart: unless-stopped
networks: networks:
traefik: ollama:
driver: bridge driver: bridge