aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-01-16 16:21:25 +0100
committerAlex Auvolat <alex@adnab.me>2021-01-16 16:21:25 +0100
commit0c4ee40e01c95d7bf73236cbead5cc261f67eb9d (patch)
tree732b349d189a92a47da67073e3feb9476352b243
parenta6b23f5713cc5d211a95aa1a614b63011f8ca4cc (diff)
downloadinfrastructure-0c4ee40e01c95d7bf73236cbead5cc261f67eb9d.tar.gz
infrastructure-0c4ee40e01c95d7bf73236cbead5cc261f67eb9d.zip
Update garage
-rw-r--r--app/deployment/garage.hcl2
1 files changed, 1 insertions, 1 deletions
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",