diff --git a/AI_Containers/ollama/compose.yaml b/AI_Containers/ollama/compose.yaml index 818f930..c18fffe 100644 --- a/AI_Containers/ollama/compose.yaml +++ b/AI_Containers/ollama/compose.yaml @@ -7,8 +7,9 @@ services: volumes: - /srv/docker/ollama:/root/ollama networks: - - ollama_network + - ollama restart: unless-stopped networks: - ollama_network: + ollama: + name: ollama_network driver: bridge \ No newline at end of file