diff options
author | Alex Auvolat <alex@adnab.me> | 2020-04-05 15:48:37 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-04-05 15:48:37 +0200 |
commit | 93e1db3a05d807d374bce5c7ebda069e3ee569d4 (patch) | |
tree | 664a691de3ac332413f1bfab3b6c305dc13a5e96 /nomad | |
parent | 3537fdee6a10ed958e1d3c912aa1a4e93fec8267 (diff) | |
download | infrastructure-93e1db3a05d807d374bce5c7ebda069e3ee569d4.tar.gz infrastructure-93e1db3a05d807d374bce5c7ebda069e3ee569d4.zip |
Update easybridge
Diffstat (limited to 'nomad')
-rw-r--r-- | nomad/chat.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nomad/chat.hcl b/nomad/chat.hcl index 8eb1199..9cf0fe1 100644 --- a/nomad/chat.hcl +++ b/nomad/chat.hcl @@ -146,7 +146,7 @@ job "chat" { task "easybridge" { driver = "docker" config { - image = "lxpz/easybridge_amd64:24" + image = "lxpz/easybridge_amd64:26" port_map { api_port = 8321 web_port = 8281 |