aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/garage/deploy/garage.hcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/garage/deploy/garage.hcl b/app/garage/deploy/garage.hcl
index 2b46b9f..f9114ec 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 = "dxflrs/amd64_garage:f02c2aba59ad7ee4ada3ab45c4fe66b49f5e6713"
+ image = "dxflrs/amd64_garage:6f13d083ab188060d2a2dc5f619070a445fe61ba"
command = "/garage"
args = [ "server" ]
network_mode = "host"
@@ -45,7 +45,7 @@ job "garage" {
}
resources {
- memory = 1500
+ memory = 1000
cpu = 1000
}