diff options
Diffstat (limited to 'bottin.hcl.example')
-rw-r--r-- | bottin.hcl.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bottin.hcl.example b/bottin.hcl.example index 8305a01..eb29095 100644 --- a/bottin.hcl.example +++ b/bottin.hcl.example @@ -12,7 +12,7 @@ job "directory" { task "server" { driver = "docker" config { - image = "lxpz/bottin_amd64:4" + image = "lxpz/bottin_amd64:6" readonly_rootfs = true port_map { ldap_port = 389 |