diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-29 15:24:39 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-29 15:24:39 +0100 |
commit | e7a1a16884b774004fc2385b8c67cfa53699547b (patch) | |
tree | c91bf634cf6ecc61960e3be7fff51b674d5ecedd /nomad | |
parent | f0a527ac7fc95bbe5102ddf709a5c4b95d03609c (diff) | |
download | infrastructure-e7a1a16884b774004fc2385b8c67cfa53699547b.tar.gz infrastructure-e7a1a16884b774004fc2385b8c67cfa53699547b.zip |
Reconfigure so that user IDs are as prefixes and not suffixes
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 ddbb825..c2defd7 100644 --- a/nomad/chat.hcl +++ b/nomad/chat.hcl @@ -195,7 +195,7 @@ job "chat" { task "easybridge" { driver = "docker" config { - image = "lxpz/easybridge_amd64:8" + image = "lxpz/easybridge_amd64:9" port_map { api_port = 8321 web_port = 8281 |