diff options
author | Alex Auvolat <alex@adnab.me> | 2020-03-02 21:56:45 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-03-02 21:56:45 +0100 |
commit | 1667c4c5ce4aeec06530e4179e198d8650c5d92a (patch) | |
tree | 8912f34b5942b5b5947bfe301f55fbd3b7c9b322 | |
parent | e7a1a16884b774004fc2385b8c67cfa53699547b (diff) | |
download | infrastructure-1667c4c5ce4aeec06530e4179e198d8650c5d92a.tar.gz infrastructure-1667c4c5ce4aeec06530e4179e198d8650c5d92a.zip |
Update easybridgeeasybridge
-rw-r--r-- | nomad/chat.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nomad/chat.hcl b/nomad/chat.hcl index c2defd7..0b63eca 100644 --- a/nomad/chat.hcl +++ b/nomad/chat.hcl @@ -195,7 +195,7 @@ job "chat" { task "easybridge" { driver = "docker" config { - image = "lxpz/easybridge_amd64:9" + image = "lxpz/easybridge_amd64:14" port_map { api_port = 8321 web_port = 8281 @@ -203,7 +203,7 @@ job "chat" { volumes = [ "secrets/conf:/data" ] - args = [ "-config", "/data/config.json" ] + args = [ "./easybridge", "-config", "/data/config.json" ] } artifact { |