aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nomad/chat.hcl6
1 files changed, 1 insertions, 5 deletions
diff --git a/nomad/chat.hcl b/nomad/chat.hcl
index 37467d7..80205f1 100644
--- a/nomad/chat.hcl
+++ b/nomad/chat.hcl
@@ -129,7 +129,7 @@ job "chat" {
task "easybridge" {
driver = "docker"
config {
- image = "lxpz/easybridge_amd64:14"
+ image = "lxpz/easybridge_amd64:17"
port_map {
api_port = 8321
web_port = 8281
@@ -138,10 +138,6 @@ job "chat" {
"secrets/conf:/data"
]
args = [ "./easybridge", "-config", "/data/config.json" ]
- /* Logging leak a huge amount of sensitive data, disabling it for now */
- logging {
- type = "none"
- }
}
artifact {