aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nomad/bottin2.hcl4
1 files 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"