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