diff options
Diffstat (limited to 'app/directory')
-rw-r--r-- | app/directory/deploy/directory.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/directory/deploy/directory.hcl b/app/directory/deploy/directory.hcl index a6eb885..c4dd5c6 100644 --- a/app/directory/deploy/directory.hcl +++ b/app/directory/deploy/directory.hcl @@ -21,7 +21,7 @@ job "directory" { task "bottin" { driver = "docker" config { - image = "lxpz/bottin_amd64:20" + image = "lxpz/bottin_amd64:21" network_mode = "host" readonly_rootfs = true ports = [ "ldap_port" ] |