diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-09 18:36:13 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-09 18:36:27 +0100 |
commit | 0402f7806a1e216f150d004d16823cbc73880fc4 (patch) | |
tree | fe8f4f7191ebeab5c12315628fc27a7b50816bcc /bottin.hcl.example | |
parent | d02bd17b160ea7e4d7f17208b15b40171677bbed (diff) | |
download | bottin-0402f7806a1e216f150d004d16823cbc73880fc4.tar.gz bottin-0402f7806a1e216f150d004d16823cbc73880fc4.zip |
Implement (inefficiently) search scopes
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 65953cf..8fb12eb 100644 --- a/bottin.hcl.example +++ b/bottin.hcl.example @@ -12,7 +12,7 @@ job "directory" { task "server" { driver = "docker" config { - image = "lxpz/bottin_amd64:7" + image = "lxpz/bottin_amd64:8" readonly_rootfs = true port_map { ldap_port = 389 |