diff --git a/AI_Containers/ollama/compose.yaml b/AI_Containers/ollama/compose.yaml index e2a206c..7d089b6 100644 --- a/AI_Containers/ollama/compose.yaml +++ b/AI_Containers/ollama/compose.yaml @@ -1,7 +1,15 @@ - networks: - - traefik +services: + ollama: + image: ollama/ollama + container_name: ollama + ports: + - "11434:11434" + volumes: + - /srv/docker/ollama:/root/ollama + networks: + - ollama restart: unless-stopped networks: - traefik: + ollama: driver: bridge \ No newline at end of file