Fix intendts
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user