Update Dockerfile and Terraform configurations: upgrade Ollama version, add log level variable, and set default log level
This commit is contained in:
@@ -14,6 +14,12 @@ variable "tag" {
|
||||
default = "latest"
|
||||
}
|
||||
|
||||
variable "loglevel" {
|
||||
description = "The log level for M3UProxy"
|
||||
type = string
|
||||
default = "warn"
|
||||
}
|
||||
|
||||
variable "maxmind_account_id" {
|
||||
description = "Maxmind account ID"
|
||||
type = string
|
||||
|
||||
Reference in New Issue
Block a user