diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-02-01 12:05:24 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-02-01 12:05:24 +0100 |
commit | ecbae866e17211c18e2f12271c58c5650e13a6b3 (patch) | |
tree | a2d633a154cd0d0dea6635ea3fefa2f17d29475d /nomad/bottin2.hcl | |
parent | ba5590ce97953f66702b149fd7840bcb58d4b463 (diff) | |
download | infrastructure-ecbae866e17211c18e2f12271c58c5650e13a6b3.tar.gz infrastructure-ecbae866e17211c18e2f12271c58c5650e13a6b3.zip |
[bottin] Debug en cours de gobottin
Diffstat (limited to 'nomad/bottin2.hcl')
-rw-r--r-- | nomad/bottin2.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nomad/bottin2.hcl b/nomad/bottin2.hcl index 8c02078..c1989bc 100644 --- a/nomad/bottin2.hcl +++ b/nomad/bottin2.hcl @@ -12,7 +12,7 @@ job "directory2" { task "server" { driver = "docker" config { - image = "lxpz/bottin_amd64:1" + image = "lxpz/bottin_amd64:3" readonly_rootfs = true port_map { ldap_port = 1389 |