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