diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-02 13:51:47 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-02 13:53:29 +0100 |
commit | 0c801e02d5b9804c5444d4e923babc34ee05b61c (patch) | |
tree | cb1bcfe3b792614dd9b28ed0c30ae3de1b1d5f72 /bottin.hcl.example | |
parent | 4c037dcb94d2c663da9e624ba44dac0f833bc804 (diff) | |
download | bottin-0c801e02d5b9804c5444d4e923babc34ee05b61c.tar.gz bottin-0c801e02d5b9804c5444d4e923babc34ee05b61c.zip |
Remove spaces between dn components, use warnings when necessary
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 59f7c57..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:5" + image = "lxpz/bottin_amd64:6" readonly_rootfs = true port_map { ldap_port = 389 |