From e91b3e40f84eb9c092e061e58e6912f398cd3faf Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 10 Feb 2020 18:03:04 +0100 Subject: [PATCH] =?UTF-8?q?Nom=20diff=C3=A9rent=20pour=20les=20task?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nomad/bottin2.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nomad/bottin2.hcl b/nomad/bottin2.hcl index f5a1894..bef44e4 100644 --- a/nomad/bottin2.hcl +++ b/nomad/bottin2.hcl @@ -9,7 +9,7 @@ job "directory2" { group "bottin" { count = 1 - task "server" { + task "bottin" { driver = "docker" config { image = "lxpz/bottin_amd64:8" @@ -58,7 +58,7 @@ job "directory2" { group "guichet" { count = 1 - task "server" { + task "guichet" { driver = "docker" config { image = "lxpz/guichet_amd64:1"