diff options
author | Alex Auvolat <alex@adnab.me> | 2020-03-06 21:42:14 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-03-06 21:42:14 +0100 |
commit | 3c444363de260d479f50d894b853f49b58daed6c (patch) | |
tree | 2358190188a2b089038d1f6fa9eeddf470830d6d | |
parent | 9190cef6b29abf5c030c969a6be23f07449e32ec (diff) | |
download | infrastructure-3c444363de260d479f50d894b853f49b58daed6c.tar.gz infrastructure-3c444363de260d479f50d894b853f49b58daed6c.zip |
Update easybridge container
-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 80205f1..812f009 100644 --- a/nomad/chat.hcl +++ b/nomad/chat.hcl @@ -129,7 +129,7 @@ job "chat" { task "easybridge" { driver = "docker" config { - image = "lxpz/easybridge_amd64:17" + image = "lxpz/easybridge_amd64:18" port_map { api_port = 8321 web_port = 8281 |