Update nomad and bottin

This commit is contained in:
Alex 2020-02-13 17:59:00 +01:00
parent 8c360dfed4
commit 69e5c595d7

View file

@ -12,7 +12,7 @@ job "directory2" {
task "bottin" {
driver = "docker"
config {
image = "lxpz/bottin_amd64:10"
image = "lxpz/bottin_amd64:12"
readonly_rootfs = true
port_map {
ldap_port = 1389
@ -61,7 +61,7 @@ job "directory2" {
task "guichet" {
driver = "docker"
config {
image = "lxpz/guichet_amd64:3"
image = "lxpz/guichet_amd64:5"
readonly_rootfs = true
port_map {
web_port = 9991