forked from Deuxfleurs/infrastructure
Update nomad and bottin
This commit is contained in:
parent
8c360dfed4
commit
69e5c595d7
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ job "directory2" {
|
||||||
task "bottin" {
|
task "bottin" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
config {
|
config {
|
||||||
image = "lxpz/bottin_amd64:10"
|
image = "lxpz/bottin_amd64:12"
|
||||||
readonly_rootfs = true
|
readonly_rootfs = true
|
||||||
port_map {
|
port_map {
|
||||||
ldap_port = 1389
|
ldap_port = 1389
|
||||||
|
@ -61,7 +61,7 @@ job "directory2" {
|
||||||
task "guichet" {
|
task "guichet" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
config {
|
config {
|
||||||
image = "lxpz/guichet_amd64:3"
|
image = "lxpz/guichet_amd64:5"
|
||||||
readonly_rootfs = true
|
readonly_rootfs = true
|
||||||
port_map {
|
port_map {
|
||||||
web_port = 9991
|
web_port = 9991
|
||||||
|
|
Loading…
Reference in a new issue