diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-01 15:09:09 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-01 15:09:09 +0100 |
commit | e8ce6e33e59b37bdf441e6294d8b28ccdaee5879 (patch) | |
tree | 1f60cd37dd742ea8f2d4a2f669020d420b85251c /bottin.hcl.example | |
parent | da2c37bb955bbdfceb95bbcc48e1267716152804 (diff) | |
download | bottin-e8ce6e33e59b37bdf441e6294d8b28ccdaee5879.tar.gz bottin-e8ce6e33e59b37bdf441e6294d8b28ccdaee5879.zip |
Something that actually works
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 d10394b..8305a01 100644 --- a/bottin.hcl.example +++ b/bottin.hcl.example @@ -12,7 +12,7 @@ job "directory" { task "server" { driver = "docker" config { - image = "lxpz/bottin_amd64:3" + image = "lxpz/bottin_amd64:4" readonly_rootfs = true port_map { ldap_port = 389 |