diff options
author | Alex Auvolat <alex@adnab.me> | 2020-01-26 23:12:00 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-01-26 23:12:00 +0100 |
commit | 8a605f44b017621eb2bd739d6c7c1de213d7a13f (patch) | |
tree | 5cdfeb584c9deaa57eab54ed153bc62079b7a796 /gobottin.hcl.example | |
parent | e9fb34bb26779df5442aff9889de0854bff05902 (diff) | |
download | bottin-8a605f44b017621eb2bd739d6c7c1de213d7a13f.tar.gz bottin-8a605f44b017621eb2bd739d6c7c1de213d7a13f.zip |
Don't do stupid things like use a dn as a pattern
Also add metadata fields in objects created on initialization
Diffstat (limited to 'gobottin.hcl.example')
-rw-r--r-- | gobottin.hcl.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gobottin.hcl.example b/gobottin.hcl.example index b522245..6132f68 100644 --- a/gobottin.hcl.example +++ b/gobottin.hcl.example @@ -12,7 +12,7 @@ job "directory" { task "server" { driver = "docker" config { - image = "lxpz/gobottin_amd64:3" + image = "lxpz/gobottin_amd64:5" readonly_rootfs = true port_map { ldap_port = 1389 |