Fix intendts

This commit is contained in:
2025-12-29 03:23:39 -05:00
parent f213ea8903
commit 7ae87d04ce

View File

@@ -12,9 +12,9 @@ job "ai-backend" {
} }
network { network {
port "api" { port "api" {
static = 11434 static = 11434
to = 11434 # <--- THIS IS THE MISSING KEY to = 11434 # <--- THIS IS THE MISSING KEY
} }
} }