diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-14 22:51:12 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-14 22:51:12 +0100 |
commit | 193e28cf0086a4b4a1f6d562c42b7c22b6e34561 (patch) | |
tree | 300b6f3f79013c72b8177f4f99e0bc93b49da5e4 /guichet.hcl.example | |
parent | d78ce5309a2753693a4076697b101d2fb474822c (diff) | |
download | guichet-193e28cf0086a4b4a1f6d562c42b7c22b6e34561.tar.gz guichet-193e28cf0086a4b4a1f6d562c42b7c22b6e34561.zip |
Remember who invited who
Diffstat (limited to 'guichet.hcl.example')
-rw-r--r-- | guichet.hcl.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guichet.hcl.example b/guichet.hcl.example index 1a1c328..358421a 100644 --- a/guichet.hcl.example +++ b/guichet.hcl.example @@ -12,7 +12,7 @@ job "guichet" { task "server" { driver = "docker" config { - image = "lxpz/guichet_amd64:8" + image = "lxpz/guichet_amd64:9" readonly_rootfs = true port_map { web_port = 9991 |