bump garage

This commit is contained in:
Alex 2021-02-24 14:54:10 +01:00
parent 71971143c4
commit 987cefeba0
1 changed files with 7 additions and 1 deletions

View File

@ -15,11 +15,17 @@ job "garage" {
port "web" { static = 3902 }
}
update {
max_parallel = 1
min_healthy_time = "30s"
healthy_deadline = "10m"
}
task "server" {
driver = "docker"
config {
advertise_ipv6_address = true
image = "lxpz/garage_amd64:v0.1.1b"
image = "lxpz/garage_amd64:v0.1.1d"
network_mode = "host"
volumes = [
"/mnt/storage/garage/data:/garage/data",