From 7ee2f8aa2c002a3ed87f56d37f1e8dce56ad9b7b Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 11 Oct 2021 13:48:00 +0200 Subject: [PATCH] Update garage (ListObjects fix) --- app/garage/deploy/garage.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/garage/deploy/garage.hcl b/app/garage/deploy/garage.hcl index f1722ac..ab03e70 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.3.0.1" + image = "lxpz/garage_amd64:v0.3.0.2" network_mode = "host" volumes = [ "/mnt/storage/garage/data:/garage/data",