Solved ollama network bug

This commit is contained in:
2025-09-23 02:21:20 +02:00
parent 9d8e06015f
commit 3e6193ffce
2 changed files with 8 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ networks:
ipam:
driver: default
config:
- subnet: {{networks.local[application_id].subnet}}
- subnet: {{ networks.local[application_id].subnet }}
{% endif %}
{% endif %}
{{ "\n" }}