update garage to v0.2.1

This commit is contained in:
Alex 2021-03-19 14:00:19 +01:00
parent 4ad6376aa8
commit 5126868e30
1 changed files with 4 additions and 1 deletions

View File

@ -25,7 +25,7 @@ job "garage" {
driver = "docker"
config {
advertise_ipv6_address = true
image = "lxpz/garage_amd64:v0.1.1d"
image = "lxpz/garage_amd64:v0.2.1"
network_mode = "host"
volumes = [
"/mnt/storage/garage/data:/garage/data",
@ -61,6 +61,9 @@ job "garage" {
cpu = 1000
}
kill_signal = "SIGINT"
kill_timeout = "20s"
service {
tags = [
"garage_api",