Update AI_Containers/ollama/compose.yaml

This commit is contained in:
2026-02-07 18:41:23 +00:00
parent a08baf3c84
commit 148081a059
+1 -1
View File
@@ -5,7 +5,7 @@ services:
ports: ports:
- "11434:11434" - "11434:11434"
volumes: volumes:
- /srv/docker/ollama:/root/ollama - /srv/docker/ollama:/root/.ollama
networks: networks:
- ollama - ollama
restart: unless-stopped restart: unless-stopped