diff options
author | Alex Auvolat <alex@adnab.me> | 2021-04-05 20:48:33 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-04-05 20:48:33 +0200 |
commit | 2ef1a9df5df8cec0539816f00fd28be99ff7d798 (patch) | |
tree | 01778cbfcb9479de4090926a74c8cd0c21c61dc8 /app | |
parent | 1df83c60649cd70d951c883322d96d90641e2396 (diff) | |
download | infrastructure-2ef1a9df5df8cec0539816f00fd28be99ff7d798.tar.gz infrastructure-2ef1a9df5df8cec0539816f00fd28be99ff7d798.zip |
Update garage
Diffstat (limited to 'app')
-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 ed4c8a8..f72b02c 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" + image = "lxpz/garage_amd64:v0.2.1.4" network_mode = "host" volumes = [ "/mnt/storage/garage/data:/garage/data", |