update garage and let it use more ram

This commit is contained in:
Alex 2023-03-16 14:18:59 +01:00
parent e4065dade8
commit 1c623c796a

View file

@ -27,7 +27,7 @@ job "garage" {
driver = "docker"
config {
advertise_ipv6_address = true
image = "dxflrs/garage:v0.8.1"
image = "dxflrs/garage:v0.8.2"
command = "/garage"
args = [ "server" ]
network_mode = "host"
@ -64,6 +64,7 @@ job "garage" {
resources {
memory = 1000
memory_max = 3000
cpu = 1000
}