Upgrade guicet version
This commit is contained in:
parent
1c7b89e548
commit
44a341f9a6
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ job "directory2" {
|
||||||
task "guichet" {
|
task "guichet" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
config {
|
config {
|
||||||
image = "lxpz/guichet_amd64:1"
|
image = "lxpz/guichet_amd64:2"
|
||||||
readonly_rootfs = true
|
readonly_rootfs = true
|
||||||
port_map {
|
port_map {
|
||||||
web_port = 9991
|
web_port = 9991
|
||||||
|
|
Reference in a new issue