aboutsummaryrefslogtreecommitdiff
path: root/nomad
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-02-29 15:24:39 +0100
committerAlex Auvolat <alex@adnab.me>2020-02-29 15:24:39 +0100
commite7a1a16884b774004fc2385b8c67cfa53699547b (patch)
treec91bf634cf6ecc61960e3be7fff51b674d5ecedd /nomad
parentf0a527ac7fc95bbe5102ddf709a5c4b95d03609c (diff)
downloadinfrastructure-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.hcl2
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