From 0c4ee40e01c95d7bf73236cbead5cc261f67eb9d Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sat, 16 Jan 2021 16:21:25 +0100 Subject: [PATCH] Update garage --- app/deployment/garage.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/deployment/garage.hcl b/app/deployment/garage.hcl index fe0b641..20ee3cd 100644 --- a/app/deployment/garage.hcl +++ b/app/deployment/garage.hcl @@ -19,7 +19,7 @@ job "garage" { driver = "docker" config { advertise_ipv6_address = true - image = "lxpz/garage_amd64:v0.1.1" + image = "lxpz/garage_amd64:v0.1.1b" network_mode = "host" volumes = [ "/mnt/storage/garage/data:/garage/data",