forked from Deuxfleurs/infrastructure
Nom différent pour les task
This commit is contained in:
parent
d80d47e215
commit
e91b3e40f8
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue