diff options
author | Alex Auvolat <alex@adnab.me> | 2020-01-28 00:52:30 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-01-28 00:52:30 +0100 |
commit | e1f5c31402df97594116267b4f918582f2496ee0 (patch) | |
tree | cf87b238f6680ea85ffa8d9d6c5107b096ff5056 /gobottin.hcl.example | |
parent | 3edaad9317db280db903a18ec85a70e6c32cabf9 (diff) | |
download | bottin-e1f5c31402df97594116267b4f918582f2496ee0.tar.gz bottin-e1f5c31402df97594116267b4f918582f2496ee0.zip |
More logs
Diffstat (limited to 'gobottin.hcl.example')
-rw-r--r-- | gobottin.hcl.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gobottin.hcl.example b/gobottin.hcl.example index 6132f68..ac42b06 100644 --- a/gobottin.hcl.example +++ b/gobottin.hcl.example @@ -12,10 +12,10 @@ job "directory" { task "server" { driver = "docker" config { - image = "lxpz/gobottin_amd64:5" + image = "lxpz/gobottin_amd64:12" readonly_rootfs = true port_map { - ldap_port = 1389 + ldap_port = 389 } volumes = [ "secrets/config.json:/config.json" |