diff options
author | Alex Auvolat <alex@adnab.me> | 2021-04-28 01:16:28 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-04-28 01:16:35 +0200 |
commit | 925639b6784767c2df037a1d5bdbcffe88cd1cda (patch) | |
tree | 403142fd2a2965f347aa864ea2d137ff039dd160 | |
parent | 68575d2654c69c929f0fb9f73c80e9f3a1490b9d (diff) | |
download | infrastructure-925639b6784767c2df037a1d5bdbcffe88cd1cda.tar.gz infrastructure-925639b6784767c2df037a1d5bdbcffe88cd1cda.zip |
update garage
-rw-r--r-- | app/garage/deploy/garage.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/garage/deploy/garage.hcl b/app/garage/deploy/garage.hcl index f72b02c..3501e4f 100644 --- a/app/garage/deploy/garage.hcl +++ b/app/garage/deploy/garage.hcl @@ -25,7 +25,7 @@ job "garage" { driver = "docker" config { advertise_ipv6_address = true - image = "lxpz/garage_amd64:v0.2.1.4" + image = "lxpz/garage_amd64:v0.2.1.5" network_mode = "host" volumes = [ "/mnt/storage/garage/data:/garage/data", |